Source: radicale Version: 1.1.1+20160115-4 Severity: normal Package: radicale Version: 1.1.1+20160115-4
I have created a systemd unit for radicale that works in debian stretch. This is my proposal: [Unit] Description=A simple CalDAV (calendar) and CardDAV (contact) server After=network.target [Service] Type=simple ExecStart=/usr/bin/radicale WorkingDirectory=/etc/radicale Restart=on-failure StandardOutput=syslog StandardError=syslog [Install] WantedBy=multi-user.target I needed a log file to work: /var/log/radicale/radicale.log. -- System Information: Debian Release: 9.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-8-amd64 (SMP w/8 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8), LANGUAGE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)