Skip to content

Support for Daemon-Reload #4

@patchsmyle

Description

@patchsmyle

Add to reload the system service files. "systemctl daemon-reload"

Use case:
Adding custom systemd .service or .socket files into /etc/systemd/... requires a reload to see the new service files.

Something to the effect of:

if $name == "systemd"
    <systemd direct service commands>
    systemctl(comm, undef)
else
   systemctl(comm, $name)
end

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