mirror of
https://git.proxmox.com/git/proxmox-firewall
synced 2025-08-16 16:16:15 +00:00

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>
15 lines
358 B
Desktop File
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
|
|
|