proxmox-firewall/debian/proxmox-firewall.service
Stefan Hanreich 34dcb7589f firewall: improve systemd unit file
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.hanreich@proxmox.com>
2024-04-19 19:41:23 +02:00

15 lines
358 B
Desktop File

[Unit]
Description=Proxmox nftables firewall
Wants=pve-cluster.service pvefw-logger.service
After=pvefw-logger.service pve-cluster.service network.target systemd-modules-load.service
[Service]
ExecStart=/usr/libexec/proxmox/proxmox-firewall
Type=simple
Environment="RUST_LOG_STYLE=SYSTEMD"
Environment="RUST_LOG=warn"
[Install]
WantedBy=multi-user.target