diff --git a/bootstrap.sh b/bootstrap.sh index 8a8125e..d61d4bf 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -33,13 +33,5 @@ set -x sudo ninja install -# Verify user wants to run the daemon -set +x -read -p "Enable and run the daemon? [Yy] " -r -[[ $REPLY =~ ^[Yy]$ ]] -set -x - +# Reload systemd configuration so that it picks up the new service. systemctl --user daemon-reload -systemctl --user enable gamemoded -systemctl --user restart gamemoded -systemctl --user status gamemoded