11 lines
149 B
SYSTEMD
11 lines
149 B
SYSTEMD
|
[Unit]
|
||
|
Description=Run dynv6
|
||
|
#OnFailure=systemd_failure_notify@%n.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
ExecStart=dynv6
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|