From 3b7b6b59b5fa694e1fd754e9412c1831fdeb7a16 Mon Sep 17 00:00:00 2001 From: Simone Baracchi Date: Tue, 3 Dec 2019 20:18:53 +0100 Subject: [PATCH] Fix service name in systemd --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 07ef7df..c52eb11 100755 --- a/install.sh +++ b/install.sh @@ -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