mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-30 05:36:40 -04:00
Initial Zephyrus G14 support
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user