diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-02-07 14:22:21 -0600 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-02-07 14:23:24 -0600 |
commit | 9d9813280dca4c6657a5570568bae54360f0afbc (patch) | |
tree | afccdbf7a359e437c4d41ccf38fe71fbc7bf39dc /templates/system/syslog/node.def | |
parent | 65381a485162c49ed605e9687bce1882609047b5 (diff) | |
download | vyatta-cfg-system-9d9813280dca4c6657a5570568bae54360f0afbc.tar.gz vyatta-cfg-system-9d9813280dca4c6657a5570568bae54360f0afbc.zip |
Fix syslog not reloading properly after changing the log level
Bugfix 6781
Diffstat (limited to 'templates/system/syslog/node.def')
-rw-r--r-- | templates/system/syslog/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/syslog/node.def b/templates/system/syslog/node.def index bf6ef233..81fb3f6c 100644 --- a/templates/system/syslog/node.def +++ b/templates/system/syslog/node.def @@ -1,5 +1,5 @@ priority: 400 help: System logging daemon end: if /opt/vyatta/sbin/vyatta_update_syslog.pl; then - sudo /usr/sbin/invoke-rc.d rsyslog reload + sudo /usr/sbin/invoke-rc.d rsyslog restart fi |