mirror of
https://github.com/natankeddem/bale.git
synced 2026-04-23 06:50:41 +00:00
12 lines
210 B
Desktop File
12 lines
210 B
Desktop File
[Unit]
|
|
Description=bale Application Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/root/bale
|
|
ExecStart=/root/bale/venv/bin/python /root/bale/main.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|