mirror of
https://github.com/slackhq/nebula.git
synced 2026-08-15 20:57:02 +02:00
26 lines
757 B
Desktop File
26 lines
757 B
Desktop File
[Unit]
|
|
Description=Nebula overlay networking tool
|
|
Wants=basic.target network-online.target nss-lookup.target time-sync.target
|
|
After=basic.target network.target network-online.target
|
|
Before=sshd.service
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=main
|
|
SyslogIdentifier=nebula
|
|
|
|
# Uncomment to run as an unprivileged user with only CAP_NET_ADMIN. Requires a
|
|
# nebula user that owns the config directory. Add CAP_NET_BIND_SERVICE to both
|
|
# lines if any listener (lighthouse DNS, listen.port, stats, sshd) binds <1024.
|
|
#User=nebula
|
|
#Group=nebula
|
|
#CapabilityBoundingSet=CAP_NET_ADMIN
|
|
#AmbientCapabilities=CAP_NET_ADMIN
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|