1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/testing/kopano-core/kopano-dagent.initd
Noel Kuntze e87dd48b4d testing/kopano-core: new aport
Open Source Groupware Solution
2021-07-25 07:45:25 +00:00

12 lines
219 B
Text

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