chore: add NSSM deploy/start/stop/remove scripts and debug runner to manage DirectoryForbidder services and local debugging

This commit is contained in:
2025-08-07 11:24:16 +02:00
parent d105184a1d
commit caf31f2187
6 changed files with 52 additions and 0 deletions

4
deploy_nssm.sh Normal file
View File

@@ -0,0 +1,4 @@
sh nssm_stopall.sh
sh nssm_rmall.sh
sh nssm_deployall.sh
sh nssm_startall.sh