mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-08-03 13:27:01 +03:00
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
export UNPRIVILEGED_PATH="${HOMEBREW_FOLDER}"
|
|
export PRIVILEGED_PATH="${HOMEBREW_FOLDER}"
|
|
export LOG_LEVEL="INFO"
|
|
|
|
supervisor=supervise-daemon
|
|
directory="${HOMEBREW_FOLDER}/services"
|
|
command="${HOMEBREW_FOLDER}/services/PluginLoader"
|
|
|
|
depend() {
|
|
need net
|
|
}
|