Initial Zephyrus G14 support

This commit is contained in:
2022-09-22 22:01:33 -04:00
parent fcaa1bf28e
commit 0c52343dcf
4 changed files with 74 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/usr/bin/openrc-run
description="supergfx daemon"
command="/usr/bin/supergfxd"
command_background=true
pidfile="/run/${RC_SVCNAME}.pid"
supervisor=supervise-daemon
supervise_daemon_args="-e IS_SUPERGFX_SERVICE=1"
depend() {
after logger modules
}