]> git.ipfire.org Git - thirdparty/fcron.git/commitdiff
template pidfile and config instead of static value in sysVinit-launcher.in
authorThibault Godouet <yo8192@users.noreply.github.com>
Sat, 30 Jun 2018 21:35:05 +0000 (22:35 +0100)
committerThibault Godouet <yo8192@users.noreply.github.com>
Sat, 30 Jun 2018 21:35:05 +0000 (22:35 +0100)
script/sysVinit-launcher.in

index c66027d82a63d1687a312bf757c0ff466da692b9..2e813bd5ebc7ef454b86abddaa81984bbbb9a061 100755 (executable)
@@ -4,8 +4,8 @@
 # description: fcron is a scheduler especially useful for people \
 #              who are not running their system all the time.
 # processname: fcron
-# pidfile: /var/run/fcron.pid
-# config: /var/spool/fcron/*
+# pidfile: @@PIDFILE@
+# config: @@FCRONTABS@/*
 
 ### BEGIN INIT INFO
 # Provides:          fcron