You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
harbor-bot/harbor-bot.service

18 lines
392 B
INI

[Unit]
Description=Harbor Bot Pickleball Reservation Service -- put in /etc/systemd/system/harbor-bot.service
After=network.target
[Service]
Type=simple
User=pi
WorkingDirectory=/home/pi/harbor-bot
ExecStart=/usr/bin/python3 -u /home/pi/harbor-bot/harbor_bot.py --daemon --live
Restart=always
RestartSec=30
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target