mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
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:
parent
a1e07bcdc7
commit
3b586dcc54
10
bootstrap.sh
10
bootstrap.sh
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user