Skip to content

Automatically make calls to systemctl in makefiles deferred if we haven't defined an order for this target #32

@teodesian

Description

@teodesian

If I want a target to run before everything else (because other things depend on it downstream) we can specify order: X in the target's configuration. In these cases deferring the restarting of the service is almost always undesirable.

It would also save keystrokes/headaches if we simply handle this for the target author based on whether order was specified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions