mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 21:00:42 +01:00
13 lines
252 B
SYSTEMD
13 lines
252 B
SYSTEMD
[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
|
|
Alias=syslog.service
|