gdraheim / docker-systemctl-replacement

docker systemctl replacement - allows to deploy to systemd-controlled containers without starting an actual systemd daemon (e.g. centos7, ubuntu16)
European Union Public License 1.2
1.4k stars 401 forks source link

feat: do not fail for option `--no-warn` #163

Closed joclement closed 1 year ago

joclement commented 1 year ago

The real systemctl command has an option called --no-warn, which is not supported yet. To simply support this option, add it without adding any further logic. So this option is simply ignored.

Ref.: