net-im/tencent-qq: bump version to 3.2.15_p241224
[gentoo-zh.git] / net-dns / ddns-go / files / ddns-go-web.service
blob729566d83eeaa61aec66b8ae6be315c22902bc51
1 [Unit]
2 Description=DDNS-GO with default config, and web user interface
3 Requires=network.target
4 After=network-online.target
5 Conflicts=ddns-go.service ddns-go@config.service
7 [Service]
8 Type=simple
9 ExecStart=/usr/bin/ddns-go -c /etc/ddns-go/config.yaml
10 Restart=on-failure
11 RestartSec=60
13 [Install]
14 WantedBy=multi-user.target