summarylogtreecommitdiffstats
path: root/calendarserver.service
blob: 8e4436a21ca28d62125fe2bae1d8d609e5c2f711 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=standalone CalDAV server

[Service]
ExecStart=/usr/bin/syslogd --no-forward
ExecReload=/bin/kill -HUP $MAINPID
StandardOutput=null

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