summarylogtreecommitdiffstats
path: root/newfuture_ddns.service
blob: a66809b5278975777bf607b5838d1151710dc0b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=NewFuture DDNS Service
Wants=network-online.target
After=network-online.target
	
[Service]
DynamicUser=true
Type=oneshot
ExecStart=/usr/bin/ddns -c /etc/ddns/config.json
TimeoutSec=180
	
[Install]
WantedBy=multi-user.target