Compare commits
1 Commits
HEAD
...
bugfix/cor
| Author | SHA1 | Date |
|---|---|---|
|
|
6911501a37 |
|
|
@ -83,6 +83,7 @@ do_install() {
|
||||||
cat >${D}${systemd_unitdir}/system/${GENERATED_SYSTEMD_SERVICE_NAME}.service <<EOF
|
cat >${D}${systemd_unitdir}/system/${GENERATED_SYSTEMD_SERVICE_NAME}.service <<EOF
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Run ${image} with Podman
|
Description=Run ${image} with Podman
|
||||||
|
After=lifecycle.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue