cgroup cpuacct "pkgctl-Contacts"
cgroup memory "pkgctl-Contacts"
description "Contacts Radicale"
author "Mail Solution Team"
respawn
respawn limit 5 10
kill timeout 60
script
export LC_ALL='en_US.utf8'
PYTHONPATH=/var/packages/Contacts/target/radicale/site-packages $(which python3) -m radicale --config /var/packages/Contacts/target/etc/radicale.conf
end script