blob: 08a4870f92bca14c5e1c1a4f3c1ececa78ded885 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=System Logging Service
[Service]
ExecStart=@sbindir@/rsyslogd -n
Sockets=syslog.socket
StandardOutput=null
[Install]
WantedBy=multi-user.target
Alias=syslog.service
|