mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-08-30 12:07:14 +00:00
dfaeb0beb3
Co-authored-by: AAGaming <aagaming@riseup.net>
14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
export UNPRIVILEGED_PATH="${HOMEBREW_FOLDER}"
|
|
export PRIVILEGED_PATH="${HOMEBREW_FOLDER}"
|
|
export LOG_LEVEL="DEBUG"
|
|
|
|
supervisor=supervise-daemon
|
|
directory="${HOMEBREW_FOLDER}/services"
|
|
command="${HOMEBREW_FOLDER}/services/PluginLoader"
|
|
|
|
depend() {
|
|
need net
|
|
}
|