fixed container service paths

This commit is contained in:
Natan Keddem
2023-11-04 00:00:06 -04:00
parent 3182710ad1
commit 264b66dfb4
+1 -1
View File
@@ -5,7 +5,7 @@ After=network.target
[Service]
Type=simple
WorkingDirectory=/root/snapper
ExecStart=venv/bin/python main.py
ExecStart=/root/snapper/venv/bin/python /root/snapper/main.py
[Install]
WantedBy=multi-user.target