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.
This commit is contained in:
Alex Smith 2018-07-04 09:41:47 +01:00
parent a1e07bcdc7
commit 3b586dcc54

View File

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