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 has been 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'
}
The text was updated successfully, but these errors were encountered:
vlahane
changed the title
Question : Does nxService resource we can reload systemd services ?
Question : Using nxService resource we can reload systemd services ?
Nov 23, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: