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