Files
bale/resources/snapper.service
T
2023-11-04 00:00:06 -04:00

12 lines
222 B
Desktop File

[Unit]
Description=Snapper Application Service
After=network.target
[Service]
Type=simple
WorkingDirectory=/root/snapper
ExecStart=/root/snapper/venv/bin/python /root/snapper/main.py
[Install]
WantedBy=multi-user.target