Add system76-driver package from khoverlay

This commit is contained in:
Sravan Balaji
2024-05-05 08:50:24 -04:00
parent 74ab298a35
commit 5338c4e01f
5 changed files with 212 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/sbin/openrc-run
description="System76 airplane-mode hotkey and LED support"
command=/usr/bin/system76-daemon
command_background=true
pidfile=/run/system76-driver.pid
output_log=/var/log/system76-driver.out
error_log=/var/log/system76-driver.err
depend() {
need dbus
}