infra/roles/signal-bots/templates/react-bot.service
2024-05-18 21:44:05 -07:00

13 lines
228 B
Desktop File

[Unit]
Description=React Bot
Wants=network.target
[Service]
Type=simple
ExecStart=/usr/bin/pipenv run python bot.py
User=react-bot
WorkingDirectory=/home/react-bot/react-bot
Restart=always
[Install]
WantedBy=multi-user.target