]> git.proxmox.com Git - pve-firewall.git/blame_incremental - debian/pvefw-logger.service
bump version to 4.2-3
[pve-firewall.git] / debian / pvefw-logger.service
... / ...
CommitLineData
1[Unit]
2Description=Proxmox VE firewall logger
3ConditionPathExists=/usr/sbin/pvefw-logger
4DefaultDependencies=no
5Before=shutdown.target
6After=local-fs.target
7Conflicts=shutdown.target
8
9[Service]
10ExecStart=/usr/sbin/pvefw-logger
11PIDFile=/run/pvefw-logger.pid
12TimeoutStopSec=5
13Type=forking
14
15[Install]
16WantedBy=multi-user.target