mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Use service command to restart syslog on Ubuntu 10
https://sourceforge.net/tracker/?func=detail&atid=117457&aid=3153229&group_id=17457
This commit is contained in:
18
syslog/config-Ubuntu-Linux-10.04-*
Normal file
18
syslog/config-Ubuntu-Linux-10.04-*
Normal file
@@ -0,0 +1,18 @@
|
||||
pri_all=1
|
||||
syslogd=/usr/sbin/rsyslogd
|
||||
m4_conf=0
|
||||
syslog_conf=/etc/rsyslog.conf
|
||||
pri_dir=1
|
||||
pid_file=/var/run/rsyslogd.pid
|
||||
facilities=auth authpriv cron daemon kern lpr mail mark news syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7
|
||||
m4_path=
|
||||
sync=1
|
||||
pipe=1
|
||||
tags=0
|
||||
lines=20
|
||||
socket=0
|
||||
start_cmd=/usr/sbin/service rsyslog start
|
||||
restart_cmd=/usr/sbin/service rsyslog restart
|
||||
signal_cmd=/usr/sbin/service rsyslog restart
|
||||
compressed=1
|
||||
others=1
|
||||
Reference in New Issue
Block a user