mirror of
https://github.com/utoni/nDPId.git
synced 2026-05-20 17:29:19 +00:00
* fixed missing log level for non-error message, causes systemd to send broadcast messages * completly removed logging to stderr while started via systemd Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
12 lines
247 B
Desktop File
12 lines
247 B
Desktop File
[Unit]
|
|
Description=nDPId Service on interface %i
|
|
After=ndpisrvd.service
|
|
Requires=ndpisrvd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/sbin/nDPId -i %i -A -z -c /var/run/ndpisrvd-collector
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|