summaryrefslogtreecommitdiffstats
path: root/rsyslog.service.in
blob: 23234cde0319d585aa24f97eff67f86a43cba9fc (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 -c6
Sockets=syslog.socket
StandardOutput=null

[Install]
WantedBy=multi-user.target