/[smecontribs]/rpms/ddclient/contribs10/ddclient.service
ViewVC logotype

Annotation of /rpms/ddclient/contribs10/ddclient.service

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Tue Jun 30 09:38:30 2020 UTC (3 years, 11 months ago) by brianr
Branch: MAIN
CVS Tags: ddclient-3_10_0-1_el7_sme, ddclient-3_9_1-2_el7_sme, ddclient-3_11_2-1_el7_sme, ddclient-3_11_1-1_el7_sme, HEAD
* 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 RSS 2.0 feed