Files
cc/app/templates/init.d/nebula
2025-08-11 05:16:34 -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
}