mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update emq-TE1x.sh
This commit is contained in:
parent
ae460e5d22
commit
fffc6ee08a
14
emq-TE1x.sh
14
emq-TE1x.sh
|
|
@ -2807,11 +2807,6 @@ cd /opt/direwolf
|
|||
wget https://github.com/hp3icc/emq-TE1ws/raw/main/direwolf1
|
||||
#############
|
||||
sudo cat > /opt/direwolf/service1 <<- "EOF"
|
||||
[Unit]
|
||||
Description=DireWolf is a software "soundcard" modem/TNC and APRS decoder
|
||||
Documentation=man:direwolf
|
||||
AssertPathExists=/opt/direwolf/dw.conf
|
||||
|
||||
[Unit]
|
||||
Description=Direwolf Service
|
||||
#Wants=network-online.target
|
||||
|
|
@ -2824,7 +2819,7 @@ Type=simple
|
|||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
ExecStart=sudo direwolf -c /opt/direwolf/dw.conf
|
||||
ExecStart=/usr/local/bin/direwolf -c /opt/direwolf/dw.conf
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
@ -2832,11 +2827,6 @@ WantedBy=multi-user.target
|
|||
EOF
|
||||
##
|
||||
sudo cat > /opt/direwolf/service2 <<- "EOF"
|
||||
[Unit]
|
||||
Description=DireWolf is a software "soundcard" modem/TNC and APRS decoder
|
||||
Documentation=man:direwolf
|
||||
AssertPathExists=/opt/direwolf/dw.conf
|
||||
|
||||
[Unit]
|
||||
Description=Direwolf Service
|
||||
#Wants=network-online.target
|
||||
|
|
@ -2849,7 +2839,7 @@ Type=simple
|
|||
Restart=always
|
||||
RestartSec=3
|
||||
StandardOutput=null
|
||||
ExecStart=sudo direwolf -l /var/log/direwolf -c /opt/direwolf/dw.conf
|
||||
ExecStart=/usr/local/bin/direwolf -l /var/log/direwolf -c /opt/direwolf/dw.conf
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
|||
Loading…
Reference in New Issue