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
commit a3dba7fdfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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