ThePrez / ServiceCommander-IBMi

Service Commander for IBM i
Apache License 2.0
40 stars 12 forks source link

[FEATURE-REQUEST] Add active property to configuration #224

Open m1h43l opened 9 months ago

m1h43l commented 9 months ago

All configuratrions should be enabled by default (enabled : true).

I have services which I want to be disabled (enabled : false). Reason: These services are part of a group and on restart of the group these services are also restarted even if they haven't been alive at the time of the restart. The disabled services should be ignored on start and restart.

Alternative property name: active (feel free ;-) )