aports/testing/kopano-core/kopano-dagent.initd
2021-12-24 11:38:16 +00:00

13 lines
262 B
Bash

#!/sbin/openrc-run
supervisor=supervise-daemon
name=$RC_SVCNAME
command="/usr/bin/kopano-dagent"
command_args="-l -c /etc/kopano/dagent.cfg"
depend() {
need net kopano-server
}
start_pre() {
checkpath -d -m 750 -o kopano-core:kopano /var/lib/kopano/dagent
}