diff --git a/stop-services.sh b/stop-services.sh index 370c8c6..e62b3d7 100755 --- a/stop-services.sh +++ b/stop-services.sh @@ -1,6 +1,6 @@ #!/bin/sh -systemctl --user restart freehl +systemctl --user stop freehl find ./ -type f -name "server.cfg" -print | while read LINE do @@ -8,6 +8,6 @@ do if [ "$GAMEDIR" != "valve" ] then - systemctl --user restart freehl@$GAMEDIR + systemctl --user stop freehl@$GAMEDIR fi done \ No newline at end of file