summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Oliver <git@mavit.org.uk>2020-07-07 16:56:56 +0100
committerValentin Rothberg <rothberg@redhat.com>2020-08-03 13:12:06 +0200
commitf3e01de3a358a8cc65b4ce253dd4ccedfa7388fd (patch)
treeb6bd2c77781a4ed20a1daa5468a2705b6ba9f8b5 /Makefile
parentbfd34542f463b7ea59b9560516b3b3d66674eefe (diff)
downloadpodman-f3e01de3a358a8cc65b4ce253dd4ccedfa7388fd.tar.gz
podman-f3e01de3a358a8cc65b4ce253dd4ccedfa7388fd.tar.bz2
podman-f3e01de3a358a8cc65b4ce253dd4ccedfa7388fd.zip
Install auto-update systemd service and timer.
Signed-off-by: Peter Oliver <git@mavit.org.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 51c2704b7..dc94d816f 100644
--- a/Makefile
+++ b/Makefile
@@ -575,6 +575,8 @@ install.systemd: install.varlink
# Install APIV2 services
install ${SELINUXOPT} -m 644 contrib/systemd/user/podman.socket ${DESTDIR}${USERSYSTEMDDIR}/podman.socket
install ${SELINUXOPT} -m 644 contrib/systemd/user/podman.service ${DESTDIR}${USERSYSTEMDDIR}/podman.service
+ install ${SELINUXOPT} -m 644 contrib/systemd/auto-update/podman-auto-update.service ${DESTDIR}${SYSTEMDDIR}/podman-auto-update.service
+ install ${SELINUXOPT} -m 644 contrib/systemd/auto-update/podman-auto-update.timer ${DESTDIR}${SYSTEMDDIR}/podman-auto-update.timer
install ${SELINUXOPT} -m 644 contrib/systemd/system/podman.socket ${DESTDIR}${SYSTEMDDIR}/podman.socket
install ${SELINUXOPT} -m 644 contrib/systemd/system/podman.service ${DESTDIR}${SYSTEMDDIR}/podman.service