mirror of
https://github.com/slackhq/nebula.git
synced 2026-01-30 04:10:37 -08:00
Remove obsolete systemd unit settings (take 2) (#438)
This commit is contained in:
parent
480036fbc8
commit
20bef975cd
2 changed files with 0 additions and 4 deletions
2
dist/arch/nebula.service
vendored
2
dist/arch/nebula.service
vendored
|
|
@ -5,8 +5,6 @@ After=basic.target network.target network-online.target
|
|||
|
||||
[Service]
|
||||
SyslogIdentifier=nebula
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
ExecStart=/usr/bin/nebula -config /etc/nebula/config.yml
|
||||
Restart=always
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@ After=basic.target network.target
|
|||
|
||||
[Service]
|
||||
SyslogIdentifier=nebula
|
||||
StandardOutput=syslog
|
||||
StandardError=syslog
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
|
||||
Restart=always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue