Added services management, first shot on ssh module

This commit is contained in:
fatalerrors
2021-06-09 17:49:54 +02:00
parent 71540b49e6
commit e970f24a5c
4 changed files with 86 additions and 2 deletions

View File

@@ -17,4 +17,4 @@ export RC_SCRIPTS_PATH="/etc/init.d"
# Init Systemd:
#export INIT_COM="systemctl %comm% %srv%"
# Init Upstart (plus ou moins universel)
export INIT_COM="service %srv% %comm%"
export INIT_COM="service %srv% %com%"