summaryrefslogtreecommitdiff
blob: e6ca929087152c6b849fe8d29273dac644532d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/sbin/openrc-run

description="Switcheroo Control Proxy service"

command=/usr/libexec/switcheroo-control
command_background=yes
pidfile=/run/switcheroo-control.pid

depend() {
        need dbus
        before alsasound display-manager
}