mirror of
https://github.com/ShaYmez/pYSFReflector.git
synced 2024-11-16 21:21:58 -05:00
16 lines
332 B
Desktop File
16 lines
332 B
Desktop File
[Unit]
|
|
Description=YSFReflector
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStartPre=/bin/sleep 1
|
|
Type=simple
|
|
User=mmdvm
|
|
Group=mmdvm
|
|
Restart=always
|
|
# Modify for different location of Python3 or location of files
|
|
ExecStart=/usr/bin/python3 /usr/local/bin/YSFReflector /etc/YSFReflector/YSFReflector.ini
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|