Files
bale/resources/snapper.service
Natan Keddem 9a2c2c2273 initial
2023-11-04 00:00:00 -04:00

11 lines
191 B
Desktop File

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