mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 07:04:38 +02:00
13 lines
297 B
Bash
13 lines
297 B
Bash
#!/sbin/openrc-run
|
|
|
|
description="Portal service (Elementary Settings Daemon)"
|
|
|
|
command="/usr/libexec/io.elementary.settings-daemon.xdg-desktop-portal"
|
|
|
|
supervisor=supervise-daemon
|
|
error_logger="logger -t '${RC_SVCNAME}' -p daemon.error"
|
|
|
|
depend() {
|
|
need dbus wireplumber
|
|
before pipewire-pulse
|
|
}
|