You've already forked dyndns-client
Initial Commit
This commit is contained in:
13
systemd/dyndns-client.service
Normal file
13
systemd/dyndns-client.service
Normal file
@ -0,0 +1,13 @@
|
||||
[Unit]
|
||||
Description=dyndns-client
|
||||
Requires=network-online.target time-sync.target
|
||||
After=network-online.target time-sync.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Environment=DYNDNS_CLIENT_LOGGER_LEVEL=INFO
|
||||
ExecStart=/usr/bin/dyndns-client
|
||||
KillSignal=SIGTERM
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user