mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
8 lines
132 B
Bash
8 lines
132 B
Bash
#!/sbin/openrc-run
|
|
supervisor=supervise-daemon
|
|
name=$RC_SVCNAME
|
|
command="/usr/bin/kopano-gateway"
|
|
|
|
depend() {
|
|
need kopano-server
|
|
}
|