mirror of
https://github.com/optim-enterprises-bv/nDPId-2.git
synced 2025-11-01 10:47:51 +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>
13 lines
247 B
Desktop File
13 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
|