Create lqos_scheduler.service.example

This commit is contained in:
Robert Chacón 2023-02-04 08:50:06 -07:00 committed by GitHub
parent d007b54162
commit 10771625ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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