mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-08 16:47:59 +00:00
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:
commit
a3dba7fdfb
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue