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

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

@vlahane

Description

@vlahane

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions