From f3e01de3a358a8cc65b4ce253dd4ccedfa7388fd Mon Sep 17 00:00:00 2001 From: Peter Oliver Date: Tue, 7 Jul 2020 16:56:56 +0100 Subject: Install auto-update systemd service and timer. Signed-off-by: Peter Oliver --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf