13 lines
210 B
Plaintext
Executable File
13 lines
210 B
Plaintext
Executable File
#!/sbin/openrc-run
|
|
command="/usr/bin/nebula"
|
|
command_args="-config /etc/nebula/config.yml"
|
|
command_background="yes"
|
|
pidfile="/run/nebula.pid"
|
|
name="nebula"
|
|
|
|
depend() {
|
|
need localmount
|
|
after networking
|
|
}
|
|
|