summaryrefslogtreecommitdiffstats
path: root/rsyslog.service.in
blob: aa9e5db1f0f7f9d56b0e41fa23a46b3219109255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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
Alias=syslog.service