Remove obsolete systemd unit settings. (#412)

This commit is contained in:
Joe Doss 2021-03-18 14:29:36 -05:00 committed by GitHub
parent ea07a89cc8
commit 13471f5792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ Before=sshd.service
[Service]
SyslogIdentifier=nebula
StandardOutput=syslog
StandardError=syslog
ExecReload=/bin/kill -HUP $MAINPID
ExecStart=/usr/local/bin/nebula -config /etc/nebula/config.yml
Restart=always