]> git.proxmox.com Git - pve-firewall.git/blame - debian/pvefw-logger.service
bump version to 5.0.4
[pve-firewall.git] / debian / pvefw-logger.service
CommitLineData
7a8f346e
DM
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
1b9bb7f7 11PIDFile=/run/pvefw-logger.pid
7a8f346e
DM
12TimeoutStopSec=5
13Type=forking
14
1761e70e
TL
15[Install]
16WantedBy=multi-user.target