Skip to content

Instantly share code, notes, and snippets.

@WonderBeat
Created May 17, 2025 07:32
Show Gist options
  • Select an option

  • Save WonderBeat/95ab235d19d912bdfa69c45ebe92248f to your computer and use it in GitHub Desktop.

Select an option

Save WonderBeat/95ab235d19d912bdfa69c45ebe92248f to your computer and use it in GitHub Desktop.
/etc/systemd/system/nebula.service
sudo cat /etc/systemd/system/nebula.service
[Unit]
Description=Nebula Network
Wants=basic.target
After=basic.target network.target
[Service]
ExecStart=/usr/bin/nebula -config /etc/nebula/config.yaml
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment