9f63c75118
Configure your time in logtailer.ini as DMR_ID_Reload_Time Also removed sleep in service-files and modified TG-List.csv
17 lines
394 B
Desktop File
17 lines
394 B
Desktop File
[Unit]
|
|
Description=Python3 logtailer for MMDVMDash
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=mmdvm
|
|
Group=mmdvm
|
|
Restart=always
|
|
# uncomment if you want to wait (not neccessary)
|
|
# ExecStartPre=/bin/sleep 30
|
|
# Modify for different location of Python3 or other port
|
|
WorkingDirectory=/opt/MMDVMDash/
|
|
ExecStart=/usr/bin/python3 /opt/MMDVMDash/logtailer.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|