feb25e980f
* Sockets setting (#734569) * StandardOutput setting (#734591)
13 lines
291 B
Desktop File
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
|