diff --git a/resources/snapper.service b/resources/snapper.service index 494c292..60b15de 100644 --- a/resources/snapper.service +++ b/resources/snapper.service @@ -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