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