infra/roles/signal-bots/templates/react-bot.service

14 lines
228 B
SYSTEMD
Raw Normal View History

2024-05-19 04:44:05 +00:00
[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