parent
eed7b8df5f
commit
66bd5f8420
@ -0,0 +1,11 @@
|
|||||||
|
[Unit]
|
||||||
|
Description= ADN DMR Repeaters Service
|
||||||
|
After=syslog.target network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
User=root
|
||||||
|
WorkingDirectory=/opt/adn
|
||||||
|
ExecStart=/usr/bin/python3 bridge_master.py -c ./config/adn.cfg -r ./config/rules.py
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
@ -1,25 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
|
|
||||||
Description= FreeDMR Repeaters Service
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
After=syslog.target network.target
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
User=root
|
|
||||||
|
|
||||||
WorkingDirectory=/opt/FreeDMR
|
|
||||||
|
|
||||||
ExecStart=/usr/bin/python3 bridge_master.py -c ./config/hblink.cfg -r ./config/rules.py
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
|
|
||||||
Loading…
Reference in new issue