mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 08:44:32 +02:00
11 lines
170 B
Bash
11 lines
170 B
Bash
#!/sbin/openrc-run
|
|
|
|
name="OO7 server"
|
|
description="D-Bus Secret Service provider"
|
|
|
|
supervisor=supervise-daemon
|
|
command="/usr/libexec/oo7-daemon"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|