Remove obsolete systemd unit settings (take 2) (#438)
This commit is contained in:
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]
|
[Service]
|
||||||
SyslogIdentifier=nebula
|
SyslogIdentifier=nebula
|
||||||
StandardOutput=syslog
|
|
||||||
StandardError=syslog
|
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
ExecStart=/usr/bin/nebula -config /etc/nebula/config.yml
|
ExecStart=/usr/bin/nebula -config /etc/nebula/config.yml
|
||||||
Restart=always
|
Restart=always
|
||||||
|
@ -5,8 +5,6 @@ After=basic.target network.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
SyslogIdentifier=nebula
|
SyslogIdentifier=nebula
|
||||||
StandardOutput=syslog
|
|
||||||
StandardError=syslog
|
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
|
ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
|
||||||
Restart=always
|
Restart=always
|
||||||
|
Reference in New Issue
Block a user