diff --git a/README.md b/README.md index 73c5e52..45f8f2b 100644 --- a/README.md +++ b/README.md @@ -73,4 +73,14 @@ User=masto-bot TimeoutSec=15 WorkingDirectory=/home/masto-bot/ ExecStart=/usr/bin/python3 bot.py --stream --source=local + +[Install] +WantedBy=multi-user.target +``` + +Then do +``` +systemctl daemon-reload +systemctl enable bot.service +systemctl start bot.service ```