Merge pull request #12032 from eastonman/eastonman-systemd-patch-1

[CI:DOCS] Change systemd service file to be compatible with rootless mode
This commit is contained in:
OpenShift Merge Robot
2021-10-20 09:24:10 +00:00
committed by GitHub

View File

@ -5,8 +5,9 @@ StartLimitIntervalSec=0
[Service] [Service]
Type=oneshot Type=oneshot
RemainAfterExit=true
Environment=LOGGING="--log-level=info" Environment=LOGGING="--log-level=info"
ExecStart=@@PODMAN@@ $LOGGING start --all --filter restart-policy=always ExecStart=@@PODMAN@@ $LOGGING start --all --filter restart-policy=always
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target default.target