bms/berrydash.service
2025-10-14 20:43:56 -05:00

12 lines
264 B
Desktop File

[Unit]
Description=BerryBMS Dash Service
After=network.target
[Service]
Type=idle
Restart=on-failure
User=ludovic
ExecStart=/bin/bash -c 'cd /home/ludovic/berrybms/ && source venv/bin/activate && python berrybms/berrydash.py'
[Install]
WantedBy=multi-user.target