Your IP : 216.73.216.75


Current Path : /lib/systemd/system/
Upload File :
Current File : //lib/systemd/system/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