File: nebula%40.service

package info (click to toggle)
nebula 1.6.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,376 kB
  • sloc: makefile: 149; sh: 100; python: 16
file content (14 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Run the Nebula networking overlay as a daemon
Wants=basic.target
After=basic.target network-online.target

[Service]
User=root
SyslogIdentifier=nebula-%i
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/usr/lib/nebula/bin/nebula-systemd-launcher %i
Restart=always

[Install]
WantedBy=multi-user.target