mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 15:10:42 +01:00
both from code & doc and emitted warning message if still used closes: http://bugzilla.adiscon.com/show_bug.cgi?id=361 Thanks to Michael Biebl for reporting & suggestions
13 lines
248 B
SYSTEMD
13 lines
248 B
SYSTEMD
[Unit]
|
|
Description=System Logging Service
|
|
|
|
[Service]
|
|
ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
|
|
ExecStart=@sbindir@/rsyslogd -n
|
|
Sockets=syslog.socket
|
|
StandardOutput=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=syslog.service
|