Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant