ikke-t / podman-container-systemd

creates systemd files and creates containers using podman
118 stars 44 forks source link

Combine tasks #66

Closed edenhaus closed 1 year ago

edenhaus commented 1 year ago

Combine systemd task into one as we can enabled and restart in one task. State restarted starts the service if it's not running

Combine template task as only the template changes, therfore used a inline jinja if

Moved flush_handlers at the end so we don't need it twice

ikke-t commented 1 year ago

Thanks!