fix: correct venv path in systemd unit (add missing dot before venv)
This commit is contained in:
parent
c1ca7b9579
commit
0f005d46f0
@ -13,7 +13,7 @@ Group=root
|
||||
WorkingDirectory=/opt/ses-monitor
|
||||
|
||||
# Запуск через venv
|
||||
ExecStart=/opt/ses-monitor/venv/bin/python3 -m ses_monitor
|
||||
ExecStart=/opt/ses-monitor/.venv/bin/python3 -m ses_monitor
|
||||
|
||||
# Перезапуск при падении
|
||||
Restart=always
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user