Skip to content

Running

jmg1138 edited this page Dec 1, 2017 · 18 revisions

How to run the unblinkingBot.

Using systemd

After the unblinkingBot has been installed directly as a systemd service, you can stop, start, or restart the service like this.

sudo systemctl stop unblinkingbot.service
sudo systemctl start unblinkingbot.service
sudo systemctl restart unblinkingbot.service

Example command to review the unblinkingBot systemd logs:

sudo journalctl -u unblinkingbot
Clone this wiki locally