summaryrefslogtreecommitdiff
path: root/pcr/radicale/radicale.service
blob: 490904d7b91be87c8ae599e8b81a62bf36b5cf1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=RadiCAL Server
After=syslog.target network.target

[Service]
Type=simple
ExecStart=/usr/bin/radicale -f
User=radicale
Group=radicale

[Install]
WantedBy=multi-user.target