Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question : Using nxService resource we can reload systemd services ? #824

Open
vlahane opened this issue Nov 23, 2021 · 0 comments
Open

Comments

@vlahane
Copy link

vlahane commented Nov 23, 2021

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'
    }
@vlahane 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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant