14 lines
228 B
SYSTEMD
14 lines
228 B
SYSTEMD
|
[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
|