Added line to systemd config template to start Nebula before sshd (#317)

During shutdown, this will keep Nebula alive until after sshd is finished. This cleanly terminates ssh clients accessing a server over a Nebula tunnel.
This commit is contained in:
Brian Kelly 2020-10-29 21:43:02 -04:00 committed by GitHub
parent f6d0b4b893
commit 5c23676a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Description=nebula
Wants=basic.target
After=basic.target network.target
Before=sshd.service
[Service]
SyslogIdentifier=nebula