mirror of https://gitlab.com/hp3icc/emq-TE1.git
22 lines
443 B
SYSTEMD
22 lines
443 B
SYSTEMD
[Unit]
|
|
Description=Quantar_Bridge Service
|
|
# Description=Place this file in /lib/systemd/system
|
|
# Description=N4IRS 04/20/2018
|
|
|
|
|
|
|
|
[Service]
|
|
#User=root
|
|
#Type=simple
|
|
#Restart=always
|
|
#RestartSec=3
|
|
#StandardOutput=null
|
|
WorkingDirectory=/opt/Quantar_Bridge
|
|
Environment=QuantarBridgeLogDir=/var/log/dvswitch
|
|
ExecStart=/opt/Quantar_Bridge/Quantar_Bridge /opt/Quantar_Bridge/Quantar_Bridge.ini
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|