From 44b94b3bd47628da83c85fb1d0ab1b14d41a8bd2 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse Date: Thu, 4 Feb 2010 19:58:23 +0000 Subject: rsyslog init script doesn't have condreload action --- add-syslog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add-syslog b/add-syslog index 01f35f3..dd51527 100755 --- a/add-syslog +++ b/add-syslog @@ -103,7 +103,7 @@ sub add_rsyslog_entry { close($out); # relaunch rsyslog - system('service rsyslog condreload 2>&1 >/dev/null'); + system('service rsyslog condrestart 2>&1 >/dev/null'); } sub add_new_source { -- cgit v1.2.1