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

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

[Install]
WantedBy=multi-user.target