mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update analog_bridge.service
This commit is contained in:
parent
0109acb09f
commit
6dd3e46624
|
|
@ -5,16 +5,17 @@ Description=Analog_Bridge Service
|
|||
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
#User=root
|
||||
#Type=simple
|
||||
#Restart=always
|
||||
#RestartSec=3
|
||||
#StandardOutput=null
|
||||
#RestartPreventExitStatus=252 253 254
|
||||
WorkingDirectory=/opt/Analog_Bridge
|
||||
Environment=AnalogBridgeLogDir=/var/log/dvswitch
|
||||
ExecStart=/opt/Analog_Bridge/Analog_Bridge /opt/Analog_Bridge/Analog_Bridge.ini
|
||||
ExecStartPost= -/usr/local/sbin/update-config.sh
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Reference in New Issue