summarylogtreecommitdiffstats
path: root/system76-power
blob: 76b44d2e58798a285721bbabecb71153f472b1f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/openrc-run

description="System76 Power Daemon"
pidfile="/run/system76-power.pid"
command="/usr/bin/system76-power"
command_args="daemon"
command_background="true"

depend()
{
    need dbus
}