Created
May 17, 2025 07:32
-
-
Save WonderBeat/95ab235d19d912bdfa69c45ebe92248f to your computer and use it in GitHub Desktop.
/etc/systemd/system/nebula.service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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