소스 검색

remove syslog stuff from service files

bernn 2 년 전
부모
커밋
67f6f957df
2개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 3
      ICGLabelClient.service
  2. 0 3
      hidLabel.service

+ 0 - 3
ICGLabelClient.service

@@ -3,9 +3,6 @@
     ExecStart=/usr/bin/node /home/pi/ICGLabelServer/ICGLabelClient.js
     Restart=always
     RestartSec=10
-    StandardOutput=syslog
-    StandardError=syslog
-    SyslogIdentifier=WSLabelInternet
     User=root
     Group=root
     Environment=NODE_ENV=production

+ 0 - 3
hidLabel.service

@@ -3,9 +3,6 @@
     ExecStart=/usr/bin/node /home/pi/ICGLabelServer/hidLabel.js
     Restart=always
     RestartSec=10
-    StandardOutput=syslog
-    StandardError=syslog
-    SyslogIdentifier=WSLabelInternet
     User=root
     Group=root
     Environment=NODE_ENV=production