Replaced supergfxctl with nvidia-manager

This commit is contained in:
2022-09-24 16:41:38 -04:00
parent ba970abba5
commit 36ccf34fd8
2 changed files with 7 additions and 21 deletions
-12
View File
@@ -1,12 +0,0 @@
#!/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
}