13 lines
228 B
Desktop File
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
|