summaryrefslogtreecommitdiff
path: root/.config/systemd/user/radicale.service
blob: 92efe26d5820570a7da90fb4ea8650bb19f8465f (plain)
1
2
3
4
5
6
7
8
9
10
# See https://radicale.org/2.1.html#documentation/basic-setup/running-as-a-service/linux-with-systemd-as-a-user
[Unit]
Description=A simple CalDAV (calendar) and CardDAV (contact) server

[Service]
ExecStart=/usr/bin/env python3 -m radicale
Restart=on-failure

[Install]
WantedBy=default.target