summaryrefslogtreecommitdiff
path: root/init.d/pipewire
blob: 76c8f6ab7df17a568f01bdfbb44d9ba966564d03 (plain)
1
2
3
4
5
6
7
8
9
#!/sbin/openrc-run

depend() {
	need dbus
}

command="/usr/bin/pipewire"
command_background="true"
pidfile="${XDG_RUNTIME_DIR:-${RC_SVCDIR}}/pipewire.pid"