Restart the service in bootstrap.sh

This commit is contained in:
Marc Di Luzio 2018-05-16 08:47:26 +01:00
parent fec4732740
commit 21b8ec76dc

View File

@ -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