From dc2f5f752fd60d512c9c22d10cac0bf4e68593ef Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Sat, 30 Jun 2018 22:35:05 +0100 Subject: [PATCH] template pidfile and config instead of static value in sysVinit-launcher.in --- script/sysVinit-launcher.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3