mirror of
https://github.com/containers/podman.git
synced 2025-07-13 09:21:32 +08:00
Install auto-update systemd service and timer.
Signed-off-by: Peter Oliver <git@mavit.org.uk>
This commit is contained in:

committed by
Valentin Rothberg

parent
bfd34542f4
commit
f3e01de3a3
2
Makefile
2
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
|
||||
|
||||
|
Reference in New Issue
Block a user