mirror of https://gitlab.com/hp3icc/emq-TE1.git
Add files via upload
This commit is contained in:
parent
ff3b5f2135
commit
fbf5f533fe
|
|
@ -0,0 +1,29 @@
|
|||
[Unit]
|
||||
Description=Analog_Bridge Service
|
||||
# Description=Place this file in /lib/systemd/system
|
||||
# Description=N4IRS 03/25/2021
|
||||
|
||||
#After=netcheck.service
|
||||
#Requires=netcheck.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartSec=3
|
||||
RestartPreventExitStatus=252 253 254
|
||||
StandardOutput=null
|
||||
WorkingDirectory=/opt/Analog_Bridge
|
||||
Environment=AnalogBridgeLogDir=/var/log/dvswitch
|
||||
#ExecStartPre = /bin/sh -c 'echo "Starting Analog_Bridge: [`date +%%T.%%3N`]" >> /var/log/netcheck'
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=/opt/Analog_Bridge/Analog_Bridge /opt/Analog_Bridge/Analog_Bridge.ini
|
||||
ExecStartPost= -/usr/local/sbin/update-config.sh
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
# 254 matching IDs
|
||||
# 253 ini parse errors
|
||||
# 252 dv3000 not found, fallback not enabled
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
[Unit]
|
||||
Description=D-Star Gateway Service
|
||||
# Description=Place this file in /lib/systemd/system
|
||||
# Description=N4IRS 01/17/2020
|
||||
|
||||
#After=netcheck.service
|
||||
#Requires=netcheck.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
# WorkingDirectory=
|
||||
#ExecStartPre = /bin/sh -c 'echo "Starting ircDDBGateway: [`date +%%T.%%3N`]" >> /var/log/netcheck'
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=/usr/bin/ircddbgatewayd -logdir:/var/log/ircddbgateway
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
# Usage: ircddbgatewayd [-nolog] [-debug] [-daemon] [-logdir <str>] [-confdir <str>] [Gateway Name]
|
||||
|
||||
|
|
@ -0,0 +1,20 @@
|
|||
[Unit]
|
||||
Description=MD-380 Emulator Service
|
||||
# Description=Place this file in /lib/systemd/system
|
||||
# Description=N4IRS 10/04/2020
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
WorkingDirectory=/opt/md380-emu
|
||||
#ExecStartPre = /bin/sh -c 'echo "Starting md380-emu: [`date +%%T.%%3N`]" >> /var/log/netcheck'
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=/usr/bin/qemu-arm-static /opt/md380-emu/md380-emu -S 2470
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
|
||||
WantedBy=multi-user.target
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
[Unit]
|
||||
Description=MMDVM_Bridge Service
|
||||
# Description=Place this file in /lib/systemd/system
|
||||
# Description=N4IRS 10/16/2020
|
||||
|
||||
#After=netcheck.service
|
||||
#Requires=netcheck.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
Restart=on-abort
|
||||
StandardOutput=null
|
||||
WorkingDirectory=/opt/MMDVM_Bridge
|
||||
#ExecStartPre = /bin/sh -c 'echo "Starting MMDVM_Bridge: [`date +%%T.%%3N`]" >> /var/log/netcheck'
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=/opt/MMDVM_Bridge/MMDVM_Bridge /opt/MMDVM_Bridge/MMDVM_Bridge.ini
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
[Unit]
|
||||
Description=NXDN Gateway Service
|
||||
# Description=Place this file in /lib/systemd/system
|
||||
# Description=N4IRS 01/17/2020
|
||||
|
||||
#After=netcheck.service
|
||||
#Requires=netcheck.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartPreventExitStatus=SEGV
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
WorkingDirectory=/opt/NXDNGateway
|
||||
#ExecStartPre = /bin/sh -c 'echo "Starting NXDNGateway: [`date +%%T.%%3N`]" >> /var/log/netcheck'
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=/opt/NXDNGateway/NXDNGateway /opt/NXDNGateway/NXDNGateway.ini
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
[Unit]
|
||||
Description=NXDN Parrot Service
|
||||
# Description=Place this file in /lib/systemd/system
|
||||
# Description=N4IRS 04/30/2020
|
||||
|
||||
##After=netcheck.service
|
||||
##Requires=netcheck.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
WorkingDirectory=/opt/NXDNParrot
|
||||
##ExecStartPre = /bin/sh -c 'echo "Starting NXDNParrot: [`date +%%T.%%3N`]" >> /var/log/netcheck'
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=/opt/NXDNParrot/NXDNParrot 42021
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
[Unit]
|
||||
Description=P25 Gateway Service
|
||||
# Description=Place this file in /lib/systemd/system
|
||||
# Description=N4IRS 04/20/2018
|
||||
|
||||
#After=netcheck.service
|
||||
#Requires=netcheck.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartPreventExitStatus=SEGV
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
WorkingDirectory=/opt/P25Gateway
|
||||
#ExecStartPre = /bin/sh -c 'echo "Starting P25Gateway: [`date +%%T.%%3N`]" >> /var/log/netcheck'
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=/opt/P25Gateway/P25Gateway /opt/P25Gateway/P25Gateway.ini
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
[Unit]
|
||||
Description=P25 Parrot Service
|
||||
# Description=Place this file in /lib/systemd/system
|
||||
# Description=N4IRS 04/20/2018
|
||||
|
||||
#After=netcheck.service
|
||||
#Requires=netcheck.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
WorkingDirectory=/opt/P25Parrot
|
||||
#ExecStartPre = /bin/sh -c 'echo "Starting P25Parrot: [`date +%%T.%%3N`]" >> /var/log/netcheck'
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=/opt/P25Parrot/P25Parrot 42011
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
[Unit]
|
||||
Description=Quantar_Bridge Service
|
||||
# Description=Place this file in /lib/systemd/system
|
||||
# Description=N4IRS 04/20/2018
|
||||
|
||||
#After=netcheck.service
|
||||
#Requires=netcheck.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
WorkingDirectory=/opt/Quantar_Bridge
|
||||
Environment=QuantarBridgeLogDir=/var/log/dvswitch
|
||||
#ExecStartPre = /bin/sh -c 'echo "Starting Quantar_Bridge: [`date +%%T.%%3N`]" >> /var/log/netcheck'
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=/opt/Quantar_Bridge/Quantar_Bridge /opt/Quantar_Bridge/Quantar_Bridge.ini
|
||||
ExecReload=/bin/kill -2 $MAINPID
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
[Unit]
|
||||
Description=YSF Gateway Service
|
||||
# Description=Place this file in /lib/systemd/system
|
||||
# Description=N4IRS 01/17/2020
|
||||
|
||||
#After=netcheck.service
|
||||
#Requires=netcheck.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartPreventExitStatus=SEGV
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
WorkingDirectory=/opt/YSFGateway
|
||||
#ExecStartPre = /bin/sh -c 'echo "Starting YSFGateway: [`date +%%T.%%3N`]" >> /var/log/netcheck'
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=/opt/YSFGateway/YSFGateway /opt/YSFGateway/YSFGateway.ini
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
[Unit]
|
||||
Description=YSF Parrot Service
|
||||
# Description=Place this file in /lib/systemd/system
|
||||
# Description=N4IRS 04/30/2020
|
||||
|
||||
#After=netcheck.service
|
||||
#Requires=netcheck.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
WorkingDirectory=/opt/YSFParrot
|
||||
#ExecStartPre = /bin/sh -c 'echo "Starting YSFParrot: [`date +%%T.%%3N`]" >> /var/log/netcheck'
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=/opt/YSFParrot/YSFParrot 42012
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
KillMode=process
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Reference in New Issue