소스 검색

Restart the service in bootstrap.sh

Marc Di Luzio 6 년 전
부모
커밋
21b8ec76dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bootstrap.sh

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