浏览代码

Remove obsolete systemd unit settings. (#412)

Joe Doss 4 年之前
父节点
当前提交
13471f5792
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      examples/service_scripts/nebula.service

+ 0 - 2
examples/service_scripts/nebula.service

@@ -6,8 +6,6 @@ Before=sshd.service
 
 
 [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