You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
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'
}