mirror of
https://github.com/slackhq/nebula.git
synced 2025-01-12 04:18:14 +00:00
5c23676a0f
During shutdown, this will keep Nebula alive until after sshd is finished. This cleanly terminates ssh clients accessing a server over a Nebula tunnel.
16 lines
328 B
Desktop File
16 lines
328 B
Desktop File
[Unit]
|
|
Description=nebula
|
|
Wants=basic.target
|
|
After=basic.target network.target
|
|
Before=sshd.service
|
|
|
|
[Service]
|
|
SyslogIdentifier=nebula
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|