mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 04:05:15 +03:00
11 lines
196 B
Bash
11 lines
196 B
Bash
#!/sbin/openrc-run
|
|
|
|
name="OO7 Portal"
|
|
description="An implementation of org.freedesktop.impl.portal.Secret"
|
|
|
|
supervisor=supervise-daemon
|
|
command="/usr/libexec/oo7-portal"
|
|
|
|
depend() {
|
|
need dbus
|
|
}
|