]> git.proxmox.com Git - pve-firewall.git/commitdiff
fix systemd warning about PIDFile directory
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 May 2019 16:27:46 +0000 (18:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 25 May 2019 16:27:46 +0000 (18:27 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/pve-firewall.service
debian/pvefw-logger.service

index 7d253659cf61a471231ff24376c910d4abe632cd..63fc57fa195d09260014e1b61c6782b44783ae2d 100644 (file)
@@ -11,7 +11,7 @@ Conflicts=shutdown.target
 ExecStart=/usr/sbin/pve-firewall start
 ExecStop=/usr/sbin/pve-firewall stop
 ExecReload=/usr/sbin/pve-firewall restart
-PIDFile=/var/run/pve-firewall.pid
+PIDFile=/run/pve-firewall.pid
 Type=forking
 
 [Install]
index 9fe3b00419c1e5bcc8b655e759e590c0a44ddc79..05dd0dfefca218f72612451e33a57176dfba5d86 100644 (file)
@@ -8,7 +8,7 @@ Conflicts=shutdown.target
 
 [Service]
 ExecStart=/usr/sbin/pvefw-logger
-PIDFile=/var/run/pvefw-logger.pid
+PIDFile=/run/pvefw-logger.pid
 TimeoutStopSec=5
 Type=forking