From 21b8ec76dcb38aa2e826866bd709a079000b9168 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Wed, 16 May 2018 08:47:26 +0100 Subject: [PATCH] Restart the service in bootstrap.sh --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index c71916f..8a8125e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -41,5 +41,5 @@ set -x systemctl --user daemon-reload systemctl --user enable gamemoded -systemctl --user start gamemoded +systemctl --user restart gamemoded systemctl --user status gamemoded