diff options
Diffstat (limited to '.config/systemd/user')
| -rw-r--r-- | .config/systemd/user/radicale.service | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/systemd/user/radicale.service b/.config/systemd/user/radicale.service new file mode 100644 index 0000000..92efe26 --- /dev/null +++ b/.config/systemd/user/radicale.service @@ -0,0 +1,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 |
