Your IP : 10.1.141.128


Current Path : /proc/self/root/proc/self/root/proc/thread-self/root/lib/systemd/user/
Upload File :
Current File : //proc/self/root/proc/self/root/proc/thread-self/root/lib/systemd/user/podman-restart.service

[Unit]
Description=Podman Start All Containers With Restart Policy Set To Always
Documentation=man:podman-start(1)
StartLimitIntervalSec=0
Wants=network-online.target
After=network-online.target

[Service]
Type=oneshot
RemainAfterExit=true
Environment=LOGGING="--log-level=info"
ExecStart=/usr/bin/podman $LOGGING start --all --filter should-start-on-boot=true
ExecStop=/usr/bin/podman  $LOGGING stop --service --all

[Install]
WantedBy=default.target