fix: correct venv path in systemd unit (add missing dot before venv)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user