a748ea5ccf
First codebase with readme for successful installation... maybe
14 lines
320 B
Desktop File
14 lines
320 B
Desktop File
[Unit]
|
|
Description=Python3 logtailer for MMDVMDash
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStartPre=/bin/sleep 30
|
|
Type=simple
|
|
Restart=always
|
|
# 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
|