Browse Source
refactor(stop): share player-online check + add stoponlyifnoplayersallcommands
- Extract the duplicated gamedig player-count query (previously copy-pasted
in command_stop, command_restart and command_monitor) into a new shared
check_players_online.sh module that sets ${playersonline}; registered in
core_modules.sh.
- Add stoponlyifnoplayersallcommands (default on) so the stoponlyifnoplayers
protection applies to every command that stops the server (e.g. update).
Set to off to limit it to explicit stop/restart, allowing update to stop
the server even while players are online.
- Add the new setting to all game server _default.cfg files.
- Resolve merge with develop (check_gamedig now keeps develop's npm-update
branch plus the 'install Node.js' hint).
pull/4595/head
Daniel Gibbs
2 days ago
Failed to extract signature
139 changed files with
189 additions and
44 deletions
lgsm/config-default/config-lgsm/ahl2server/_default.cfg
lgsm/config-default/config-lgsm/ahlserver/_default.cfg
lgsm/config-default/config-lgsm/arkserver/_default.cfg
lgsm/config-default/config-lgsm/arma3server/_default.cfg
lgsm/config-default/config-lgsm/armarserver/_default.cfg
lgsm/config-default/config-lgsm/atsserver/_default.cfg
lgsm/config-default/config-lgsm/avserver/_default.cfg
lgsm/config-default/config-lgsm/bb2server/_default.cfg
lgsm/config-default/config-lgsm/bbserver/_default.cfg
lgsm/config-default/config-lgsm/bdserver/_default.cfg
lgsm/config-default/config-lgsm/bf1942server/_default.cfg
lgsm/config-default/config-lgsm/bfvserver/_default.cfg
lgsm/config-default/config-lgsm/bmdmserver/_default.cfg
lgsm/config-default/config-lgsm/boserver/_default.cfg
lgsm/config-default/config-lgsm/bsserver/_default.cfg
lgsm/config-default/config-lgsm/btlserver/_default.cfg
lgsm/config-default/config-lgsm/btserver/_default.cfg
lgsm/config-default/config-lgsm/ccserver/_default.cfg
lgsm/config-default/config-lgsm/ckserver/_default.cfg
lgsm/config-default/config-lgsm/cmwserver/_default.cfg
lgsm/config-default/config-lgsm/cod2server/_default.cfg
lgsm/config-default/config-lgsm/cod4server/_default.cfg
lgsm/config-default/config-lgsm/codserver/_default.cfg
lgsm/config-default/config-lgsm/coduoserver/_default.cfg
lgsm/config-default/config-lgsm/codwawserver/_default.cfg
lgsm/config-default/config-lgsm/colserver/_default.cfg
lgsm/config-default/config-lgsm/cs2server/_default.cfg
lgsm/config-default/config-lgsm/csczserver/_default.cfg
lgsm/config-default/config-lgsm/csgoserver/_default.cfg
lgsm/config-default/config-lgsm/csserver/_default.cfg
lgsm/config-default/config-lgsm/cssserver/_default.cfg
lgsm/config-default/config-lgsm/ctserver/_default.cfg
lgsm/config-default/config-lgsm/dabserver/_default.cfg
lgsm/config-default/config-lgsm/dayzserver/_default.cfg
lgsm/config-default/config-lgsm/dmcserver/_default.cfg
lgsm/config-default/config-lgsm/dodrserver/_default.cfg
lgsm/config-default/config-lgsm/dodserver/_default.cfg
lgsm/config-default/config-lgsm/dodsserver/_default.cfg
lgsm/config-default/config-lgsm/doiserver/_default.cfg
lgsm/config-default/config-lgsm/dstserver/_default.cfg
lgsm/config-default/config-lgsm/dysserver/_default.cfg
lgsm/config-default/config-lgsm/ecoserver/_default.cfg
lgsm/config-default/config-lgsm/emserver/_default.cfg
lgsm/config-default/config-lgsm/etlserver/_default.cfg
lgsm/config-default/config-lgsm/ets2server/_default.cfg
lgsm/config-default/config-lgsm/fctrserver/_default.cfg
lgsm/config-default/config-lgsm/fofserver/_default.cfg
lgsm/config-default/config-lgsm/gmodserver/_default.cfg
lgsm/config-default/config-lgsm/hcuserver/_default.cfg
lgsm/config-default/config-lgsm/hl2dmserver/_default.cfg
lgsm/config-default/config-lgsm/hldmserver/_default.cfg
lgsm/config-default/config-lgsm/hldmsserver/_default.cfg
lgsm/config-default/config-lgsm/hwserver/_default.cfg
lgsm/config-default/config-lgsm/hzserver/_default.cfg
lgsm/config-default/config-lgsm/insserver/_default.cfg
lgsm/config-default/config-lgsm/inssserver/_default.cfg
lgsm/config-default/config-lgsm/iosserver/_default.cfg
lgsm/config-default/config-lgsm/jc2server/_default.cfg
lgsm/config-default/config-lgsm/jc3server/_default.cfg
lgsm/config-default/config-lgsm/jk2server/_default.cfg
lgsm/config-default/config-lgsm/kf2server/_default.cfg
lgsm/config-default/config-lgsm/kfserver/_default.cfg
lgsm/config-default/config-lgsm/l4d2server/_default.cfg
lgsm/config-default/config-lgsm/l4dserver/_default.cfg
lgsm/config-default/config-lgsm/mcbserver/_default.cfg
lgsm/config-default/config-lgsm/mcserver/_default.cfg
lgsm/config-default/config-lgsm/mhserver/_default.cfg
lgsm/config-default/config-lgsm/mohaaserver/_default.cfg
lgsm/config-default/config-lgsm/momserver/_default.cfg
lgsm/config-default/config-lgsm/mtaserver/_default.cfg
lgsm/config-default/config-lgsm/ndserver/_default.cfg
lgsm/config-default/config-lgsm/necserver/_default.cfg
lgsm/config-default/config-lgsm/nmrihserver/_default.cfg
lgsm/config-default/config-lgsm/ns2cserver/_default.cfg
lgsm/config-default/config-lgsm/ns2server/_default.cfg
lgsm/config-default/config-lgsm/nsserver/_default.cfg
lgsm/config-default/config-lgsm/ohdserver/_default.cfg
lgsm/config-default/config-lgsm/onsetserver/_default.cfg
lgsm/config-default/config-lgsm/opforserver/_default.cfg
lgsm/config-default/config-lgsm/pc2server/_default.cfg
lgsm/config-default/config-lgsm/pcserver/_default.cfg
lgsm/config-default/config-lgsm/pmcserver/_default.cfg
lgsm/config-default/config-lgsm/pvkiiserver/_default.cfg
lgsm/config-default/config-lgsm/pwserver/_default.cfg
lgsm/config-default/config-lgsm/pzserver/_default.cfg
lgsm/config-default/config-lgsm/q2server/_default.cfg
lgsm/config-default/config-lgsm/q3server/_default.cfg
lgsm/config-default/config-lgsm/q4server/_default.cfg
lgsm/config-default/config-lgsm/qlserver/_default.cfg
lgsm/config-default/config-lgsm/qwserver/_default.cfg
lgsm/config-default/config-lgsm/ricochetserver/_default.cfg
lgsm/config-default/config-lgsm/roserver/_default.cfg
lgsm/config-default/config-lgsm/rtcwserver/_default.cfg
lgsm/config-default/config-lgsm/rustserver/_default.cfg
lgsm/config-default/config-lgsm/rwserver/_default.cfg
lgsm/config-default/config-lgsm/sampserver/_default.cfg
lgsm/config-default/config-lgsm/sbotsserver/_default.cfg
lgsm/config-default/config-lgsm/sbserver/_default.cfg
lgsm/config-default/config-lgsm/scpslserver/_default.cfg
lgsm/config-default/config-lgsm/scpslsmserver/_default.cfg
@ -109,6 +109,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -106,6 +106,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -120,6 +120,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -105,6 +105,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -110,6 +110,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -110,6 +110,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -102,6 +102,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -114,6 +114,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -102,6 +102,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -105,6 +105,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -101,6 +101,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -103,6 +103,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -103,6 +103,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -103,6 +103,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -103,6 +103,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -103,6 +103,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -103,6 +103,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -98,6 +98,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -109,6 +109,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -141,6 +141,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -110,6 +110,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -105,6 +105,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -120,6 +120,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -103,6 +103,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -105,6 +105,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -106,6 +106,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -107,6 +107,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -110,6 +110,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -100,6 +100,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -110,6 +110,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -105,6 +105,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -115,6 +115,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -112,6 +112,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -107,6 +107,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -105,6 +105,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -115,6 +115,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -100,6 +100,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -111,6 +111,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -114,6 +114,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -105,6 +105,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -106,6 +106,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -103,6 +103,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -109,6 +109,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -100,6 +100,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -106,6 +106,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -106,6 +106,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -102,6 +102,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -103,6 +103,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -100,6 +100,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -105,6 +105,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -100,6 +100,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -110,6 +110,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -112,6 +112,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -113,6 +113,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -107,6 +107,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -98,6 +98,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -101,6 +101,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -105,6 +105,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -105,6 +105,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -101,6 +101,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -102,6 +102,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -102,6 +102,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -101,6 +101,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -105,6 +105,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -102,6 +102,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -117,6 +117,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -97,6 +97,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -101,6 +101,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Backup | https://docs.linuxgsm.com/commands/backup
maxbackups = "4"
@ -103,6 +103,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -104,6 +104,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -102,6 +102,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"
@ -102,6 +102,7 @@ curlcustomstring=""
## Stop | https://docs.linuxgsm.com/commands/start-stop-restart
stoponlyifnoplayers = "off"
stoponlyifnoplayersallcommands = "on"
## Updating | https://docs.linuxgsm.com/commands/update
updateonstart = "off"