From: Thibault Godouet Date: Sat, 30 Jun 2018 21:35:05 +0000 (+0100) Subject: template pidfile and config instead of static value in sysVinit-launcher.in X-Git-Tag: ver3_3_1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc2f5f752fd60d512c9c22d10cac0bf4e68593ef;p=thirdparty%2Ffcron.git template pidfile and config instead of static value in sysVinit-launcher.in --- diff --git a/script/sysVinit-launcher.in b/script/sysVinit-launcher.in index c66027d..2e813bd 100755 --- a/script/sysVinit-launcher.in +++ b/script/sysVinit-launcher.in @@ -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