12 lines
236 B
Desktop File
12 lines
236 B
Desktop File
[Unit]
|
|
Description=Rancher podman container
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Restart=on-failure
|
|
ExecStart=/usr/bin/podman start -a rancher
|
|
ExecStop=/usr/bin/podman stop -t 120 rancher
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|