mirror of
https://github.com/natankeddem/bale.git
synced 2026-05-03 22:22:53 +00:00
12 lines
222 B
Desktop File
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
|