X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=radicale-setup;h=aed914b1c3eb2f635891ef0a6e616c8db4d3a5db;hb=f7a2fe0e56e14b55818245a2e3a2eb68f1cd23de;hp=2f22e642b6429c8917547478bdd8e2951ccad544;hpb=1ad20724a44a0ee3adc2f4a1d002850fbad7a372;p=distro-setup diff --git a/radicale-setup b/radicale-setup index 2f22e64..aed914b 100755 --- a/radicale-setup +++ b/radicale-setup @@ -9,12 +9,36 @@ # http://radicale.org/user_documentation/ # https://davdroid.bitfire.at/configuration/ +# note on debugging: if radicale can't bind to the address, +# in the log it just says "Starting Radicale". If you run +# it in the foreground, it will give more info. Background +# plus debug does not help. +# sudo -u radicale radicale -D -f # created password file with: # htpasswd -c /etc/davpass dav +vpn_ser=openvpn-client +if [[ ! -e /lib/systemd/system/openvpn-client@.service ]]; then + vpn_ser=openvpn +fi -pi radicale +d=/etc/systemd/system/radicale.service.d +mkdir -p $d +sudo dd of=$d/override.conf <