mirror of
https://github.com/ShaYmez/pYSFReflector.git
synced 2024-11-17 05:31:57 -05:00
16 lines
332 B
SYSTEMD
16 lines
332 B
SYSTEMD
|
[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
|