This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Description
Hello Team,
Does this possible if I have existing httpd service on linux instead of doing like below instead of using nxScript
systemctl reload httpd.service
Can we do like below?
#Apache Service
nxService ApacheService {
Name = 'httpd'
State = 'reload'
Enabled = $true
Controller = 'systemd'
}