mirror of
https://github.com/slackhq/nebula.git
synced 2025-11-08 22:03:58 +01:00
Add fedora dist files. (#413)
This commit is contained in:
parent
13471f5792
commit
9e94442ce7
15
dist/fedora/nebula.service
vendored
Normal file
15
dist/fedora/nebula.service
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
[Unit]
|
||||
Description=Nebula overlay networking tool
|
||||
|
||||
After=basic.target network.target network-online.target
|
||||
Before=sshd.service
|
||||
Wants=basic.target network-online.target
|
||||
|
||||
[Service]
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
ExecStart=/usr/bin/nebula -config /etc/nebula/config.yml
|
||||
Restart=always
|
||||
SyslogIdentifier=nebula
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
x
Reference in New Issue
Block a user