From f0ac61c1f0c16e95d27a3c23385f065eebbdd1e3 Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Mon, 13 Mar 2023 13:16:46 -0500 Subject: [PATCH] Add `nebula.plist` based on the homebrew nebula LaunchDaemon plist (#762) --- examples/service_scripts/nebula.plist | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 examples/service_scripts/nebula.plist diff --git a/examples/service_scripts/nebula.plist b/examples/service_scripts/nebula.plist new file mode 100644 index 0000000..c423cfc --- /dev/null +++ b/examples/service_scripts/nebula.plist @@ -0,0 +1,34 @@ + + + + + KeepAlive + + Label + net.defined.nebula + WorkingDirectory + /Users/{username}/.local/bin/nebula + LimitLoadToSessionType + + Aqua + Background + LoginWindow + StandardIO + System + + ProgramArguments + + ./nebula + -config + ./config.yml + + RunAtLoad + + StandardErrorPath + ./nebula.log + StandardOutPath + ./nebula.log + UserName + root + + \ No newline at end of file