~sinfallas/+junk/xanadu-basepack

1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=System Logging Service
#Requires=syslog.socket

[Service]
Type=notify
ExecStart=/usr/sbin/rsyslogd -n
StandardOutput=null

[Install]
WantedBy=multi-user.target
Alias=syslog.service