blob: aa649043c6d160f5d7c894c56a4d466a832fa48b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/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
}
|