Parent Directory | Revision Log | Revision Graph
* Tue Jun 30 2020 Brian Read <brianr@bjsystems.co.uk> - 3.9.1-2 - Change service options to delete PID spec and add -file option to run [SME:10942] - Delete buildrequires perl-generators in spec (no idea what or why - it works though!)
1 | brianr | 1.1 | [Unit] |
2 | Description=A Perl Client Used To Update Dynamic DNS | ||
3 | After=syslog.target network-online.target nss-lookup.target | ||
4 | |||
5 | [Service] | ||
6 | User=ddclient | ||
7 | Group=ddclient | ||
8 | Type=forking | ||
9 | EnvironmentFile=-/etc/sysconfig/ddclient | ||
10 | ExecStartPre=/bin/touch /var/cache/ddclient/ddclient.cache | ||
11 | ExecStart=/usr/sbin/ddclient -file /etc/ddclient/ddclient.conf -debug -verbose -noquiet -syslog | ||
12 | |||
13 | [Install] | ||
14 | WantedBy=multi-user.target |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |