diff options
author | Boaz Shuster <boaz.shuster.github@gmail.com> | 2021-06-08 00:41:10 +0300 |
---|---|---|
committer | Boaz Shuster <boaz.shuster.github@gmail.com> | 2021-06-13 15:04:34 +0300 |
commit | 302b3084ebadb13a0b203eac63e24b0e5d3535a0 (patch) | |
tree | 21465ba5486b7993d4b34ce3554e723e50d248f9 /contrib/spec/podman.spec.in | |
parent | a2e1df80bcf71c11d10cc78b49fab4b8909b86e5 (diff) | |
download | podman-302b3084ebadb13a0b203eac63e24b0e5d3535a0.tar.gz podman-302b3084ebadb13a0b203eac63e24b0e5d3535a0.tar.bz2 podman-302b3084ebadb13a0b203eac63e24b0e5d3535a0.zip |
Restart all containers with restart-policy=always on boot
* Add podman-restart systemd unit file and add it to podman RPM package
* Fix podman start to filter all containers + unit test
Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
Diffstat (limited to 'contrib/spec/podman.spec.in')
-rw-r--r-- | contrib/spec/podman.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/spec/podman.spec.in b/contrib/spec/podman.spec.in index 6146a2c0e..ef8523f8c 100644 --- a/contrib/spec/podman.spec.in +++ b/contrib/spec/podman.spec.in @@ -531,10 +531,12 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_unitdir}/podman-auto-update.timer %{_unitdir}/podman.service %{_unitdir}/podman.socket +%{_unitdir}/podman-restart.service %{_usr}/lib/systemd/user/podman.service %{_usr}/lib/systemd/user/podman.socket %{_usr}/lib/systemd/user/podman-auto-update.service %{_usr}/lib/systemd/user/podman-auto-update.timer +%{_usr}/lib/systemd/user/podman-restart.service %{_usr}/lib/tmpfiles.d/podman.conf %if 0%{?with_devel} |