summaryrefslogtreecommitdiff
path: root/pcr/radicale/radicale.service
blob: a159b772e8adfff5fe1fb666d4b799fba2733254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Radicale caldav server
After=network.target

[Service]
ExecStart=/usr/bin/radicale
ExecStop=/bin/kill -HUP $MAINPID
User=cal
Group=cal

[Install]
WantedBy=multi-user.target