11 lines
190 B
Desktop File
11 lines
190 B
Desktop File
[Unit]
|
|
Description=dynamic dns service
|
|
Wants=systemd-networkd.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=su - ymq -c "/home/ymq/py/ydns/script/run.sh &"
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|