mirror of
https://github.com/natankeddem/bale.git
synced 2026-04-23 06:50:41 +00:00
11 lines
191 B
Desktop File
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
|