~ubuntu-branches/ubuntu/utopic/rsyslog/utopic

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