mirror of
https://github.com/containers/podman.git
synced 2025-06-26 12:56:45 +08: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:
@ -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
|
||||||
|
Reference in New Issue
Block a user