mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
10 lines
126 B
SYSTEMD
10 lines
126 B
SYSTEMD
|
[Unit]
|
||
|
Description=ydns6 service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/home/nemo/.local/bin/ydns6
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=ydns6.timer
|