9355e2d24b
Also added command in installation steps to create this user
16 lines
343 B
Desktop File
16 lines
343 B
Desktop File
[Unit]
|
|
Description=Python3 logtailer for MMDVMDash
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=mmdvm
|
|
Group=mmdvm
|
|
Restart=always
|
|
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
|