mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Create lqos_scheduler.service.example
This commit is contained in:
parent
d007b54162
commit
10771625ed
10
src/bin/lqos_scheduler.service.example
Normal file
10
src/bin/lqos_scheduler.service.example
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[Unit]
|
||||||
|
After=lqosd.service
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
WorkingDirectory=/opt/libreqos/src
|
||||||
|
ExecStart=/usr/bin/python3 /opt/libreqos/src/scheduler.py
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user