summaryrefslogtreecommitdiffstats
path: root/rsyslog.service.in
blob: c03c9004c51dc812aca9d823e345799c192a258f (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=System Logging Service

[Service]
ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
ExecStart=@sbindir@/rsyslogd -n -c5
Sockets=syslog.socket
StandardOutput=null

[Install]
WantedBy=multi-user.target