Skip to content

Ability to inject "Requires/Wants" and "After" etc into generated systemd unit files #55

@walro

Description

@walro

For example, some of our apps might need network (or some other service) before they should start, that would look like:

[Unit]
Requires=network-online.target
After=network-online.target

Currently we have no way to do things like this and foreman does not seem to offer it:

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions