diff --git a/install.sh b/install.sh index 2ff663a..83ca0d9 100755 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ N|n) exit 0 ;; Y|y) - cp systemctl/rpgbot.example.service /tmp/rpgbot.service + cp rpgbot.systemd-example.service /tmp/rpgbot.service DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" sed -i s"#MY-PATH#$DIR#" /tmp/rpgbot.service mv /tmp/rpgbot.service /etc/systemd/system/multi-user.target.wants/rpgbot.service diff --git a/systemctl/tsh.example.service b/rpgbot.systemd-example.service similarity index 100% rename from systemctl/tsh.example.service rename to rpgbot.systemd-example.service