initial commit of file from CVS for smeserver-radicale on Sat Sep 7 20:59:16 AEST 2024

This commit is contained in:
Trevor Batley
2024-09-07 20:59:16 +10:00
parent 239167ed84
commit c96003b34c
26 changed files with 971 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
[Unit]
Description=radicale
After=syslog.target network-online.target
[Service]
ExecStartPre=-/usr/sbin/e-smith/service-status radicale
ExecStart=/usr/local/bin/radicale -C /etc/radicale/config
PIDFile=/run/radicale/radicale.pid
Type=simple
User=radicale
PermissionsStartOnly=true
[Install]
WantedBy=sme-server.target

View File

@@ -0,0 +1 @@
d /run/radicale 0755 radicale radicale