summarylogtreecommitdiffstats
path: root/nftlb.service
blob: 8790e4f53f9e31ca3d83b8e7005ddada930ce277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=nftlb daemon

[Service]
Type=simple
EnvironmentFile=/etc/nftlb.conf
ExecStart=/usr/sbin/nftlb --port ${NFTLB_PORT} -6
Restart=on-failure
ProtectSystem=full
ProtectHome=true

[Install]
WantedBy=multi-user.target