syslog-ng/syslog-ng.service
Matthias Runge feb25e980f Fixed the syslog-ng.service configuration file:
* Sockets setting (#734569)
* StandardOutput setting (#734591)
2011-08-31 10:07:27 +02:00

13 lines
291 B
Desktop File

[Unit]
Description=Syslog-ng System Logging Service
[Service]
EnvironmentFile=-/etc/sysconfig/syslog-ng
ExecStartPre=/bin/systemctl stop systemd-kmsg-syslogd.service
ExecStart=/sbin/syslog-ng $SYSLOGNG_OPTIONS
Sockets=syslog.socket
StandardOutput=null
[Install]
WantedBy=multi-user.target