Files
4server/app/templates/init.d/nebula
T
oliver 3deb54f5aa init
2026-04-21 17:29:54 -03:00

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
}