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'
}
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?