Explorar o código

Don't explicitly enable the systemd service after installing

Commit 432a21f5 makes the service D-Bus activated so there's no need to
enable it explicitly.
Alex Smith %!s(int64=6) %!d(string=hai) anos
pai
achega
3b586dcc54
Modificáronse 1 ficheiros con 1 adicións e 9 borrados
  1. 1 9
      bootstrap.sh

+ 1 - 9
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