Explicitly mark the service as simple and remove the PIDFile attribute, which doesn't do anything with simple services.
Signed-off-by: Stefan Hanreich <s.hanre...@proxmox.com> --- debian/proxmox-firewall.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/proxmox-firewall.service b/debian/proxmox-firewall.service index ad2324b..c2dc903 100644 --- a/debian/proxmox-firewall.service +++ b/debian/proxmox-firewall.service @@ -5,7 +5,7 @@ After=pvefw-logger.service pve-cluster.service network.target systemd-modules-lo [Service] ExecStart=/usr/libexec/proxmox/proxmox-firewall -PIDFile=/run/proxmox-firewall.pid +Type=simple Environment="RUST_LOG_STYLE=SYSTEMD" Environment="RUST_LOG=warn" -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel