mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
#!/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
|
|
}
|