15 lines
240 B
Desktop File
15 lines
240 B
Desktop File
[Unit]
|
|
Description=System Logging Service
|
|
Requires=syslog.socket
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/sbin/syslogd
|
|
PIDFile=/var/run/syslogd.pid
|
|
StandardOutput=null
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=syslog.service
|