Fix service name in systemd

This commit is contained in:
Simone Baracchi 2019-12-03 20:18:53 +01:00
parent fe0797f9dd
commit 3b7b6b59b5
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Y|y)
sed -i s"#MY-PATH#$DIR#" /tmp/rpgbot.service
mv /tmp/rpgbot.service /etc/systemd/system/multi-user.target.wants/rpgbot.service
systemctl daemon-reload
systemctl restart tsh
systemctl restart rpgbot
;;
*)
echo Unrecognized option $DAEMON, exiting