1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-15 04:05:15 +03:00
aports/testing/oo7/oo7-portal.initd
2025-04-19 18:54:49 +00:00

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
}