aports/testing/kopano-core/kopano-gateway.initd
Noel Kuntze e87dd48b4d testing/kopano-core: new aport
Open Source Groupware Solution
2021-07-25 07:45:25 +00:00

9 lines
132 B
Plaintext

#!/sbin/openrc-run
supervisor=supervise-daemon
name=$RC_SVCNAME
command="/usr/bin/kopano-gateway"
depend() {
need kopano-server
}