2021-12-25 08:21:07 -05:00
|
|
|
[Unit]
|
|
|
|
Description=Proxy NDP Daemon
|
|
|
|
Wants=network-online.target
|
|
|
|
After=network.target network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=simple
|
|
|
|
Restart=on-failure
|
|
|
|
RestartSec=5s
|
2021-12-27 12:09:59 -05:00
|
|
|
ExecStart=/usr/local/bin/pndpd config /etc/pndpd/pndpd.conf
|
2021-12-25 08:21:07 -05:00
|
|
|
|
|
|
|
DynamicUser=yes
|
2021-12-26 07:13:48 -05:00
|
|
|
AmbientCapabilities=CAP_NET_RAW CAP_NET_ADMIN
|
|
|
|
CapabilityBoundingSet=CAP_NET_RAW CAP_NET_ADMIN
|
2021-12-25 08:21:07 -05:00
|
|
|
ProtectHome=yes
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|