Files
Giuseppe Scrivano f936b745b6 podman: new option --conmon-pidfile=
so that it is possible to use systemd to automatically restart the
container:

[Service]
Type=forking
PIDFile=/run/awesome-service.pid
ExecStart=/usr/bin/podman run --conmon-pidfile=/run/awesome-service.pid --name awesome -d IMAGE /usr/bin/do-something
ExecStopPost=/usr/bin/podman rm awesome
Restart=always

Closes: https://github.com/projectatomic/libpod/issues/534

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>

Closes: #549
Approved by: rhatdan
2018-03-29 01:34:41 +00:00
..
2018-02-02 22:44:40 +00:00
2017-11-01 11:24:59 -04:00
2018-03-23 15:35:37 +00:00
2018-03-14 20:21:31 +00:00
2018-03-23 15:35:37 +00:00
2017-11-30 18:05:56 +00:00
2018-02-28 18:06:50 +00:00
2018-03-29 01:34:41 +00:00
2018-03-26 20:18:24 +00:00
2018-02-28 16:46:29 +00:00
2018-02-23 17:44:28 +00:00
2018-03-14 20:21:31 +00:00
2018-03-23 15:35:37 +00:00