2023-02-02 10:55:24 +01:00
|
|
|
#!/sbin/openrc-run
|
|
|
|
|
|
|
|
command="/usr/bin/emissary"
|
2023-03-02 16:56:58 +01:00
|
|
|
command_args="--workdir /usr/share/emissary --config /etc/emissary/agent.yml agent run"
|
2023-02-02 10:55:24 +01:00
|
|
|
supervisor=supervise-daemon
|
2023-03-02 16:56:58 +01:00
|
|
|
output_log="/var/log/emissary/agent.log"
|
|
|
|
error_log="$output_log"
|
2023-02-02 10:55:24 +01:00
|
|
|
|
|
|
|
depend() {
|
|
|
|
need net
|
|
|
|
}
|