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.
18 lines
392 B
INI
18 lines
392 B
INI
|
8 months ago
|
[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
|
||
|
|
|