18 lines
387 B
Desktop File
18 lines
387 B
Desktop File
[Unit]
|
|
Description=Proxy NDP Daemon
|
|
Wants=network-online.target
|
|
After=network.target network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=on-failure
|
|
RestartSec=5s
|
|
ExecStart=/usr/local/bin/pndpd config /etc/pndpd/pndpd.conf
|
|
|
|
DynamicUser=yes
|
|
AmbientCapabilities=CAP_NET_RAW CAP_NET_ADMIN
|
|
CapabilityBoundingSet=CAP_NET_RAW CAP_NET_ADMIN
|
|
ProtectHome=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |