Parcourir la source

Remove obsolete systemd unit settings. (#412)

Joe Doss il y a 4 ans
Parent
commit
13471f5792
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      examples/service_scripts/nebula.service

+ 0 - 2
examples/service_scripts/nebula.service

@@ -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