blob: 5190a8b92b2dfcc07663879b2a3ea84ebb3c49c5 (
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="INFO"
supervisor=supervise-daemon
directory="${HOMEBREW_FOLDER}/services"
command="${HOMEBREW_FOLDER}/services/PluginLoader"
depend() {
need net
}
|