From 02011789fc94e32b4e1062505c3604a6fae290f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 29 Aug 2010 17:00:59 +0000 Subject: [PATCH 1/1] - reload is present Changed files: arcad.init -> 1.2 --- arcad.init | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arcad.init b/arcad.init index de43b7b..b1ab518 100644 --- a/arcad.init +++ b/arcad.init @@ -81,15 +81,9 @@ case "$1" in try-restart) condrestart 0 ;; -# include force-reload here if program allows reloading without restart -# otherwise remove reload action and support force-reload as restart if running reload|force-reload) reload ;; -# use this one if program doesn't support reloading without restart - force-reload) - condrestart 7 - ;; status) status arcad RETVAL=$? -- 2.44.0