diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-11-29 14:14:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-29 14:14:43 +0100 |
commit | 664e7984f8a96c1962961fcc1ebe6bd4a0c58c5f (patch) | |
tree | d9ae2a086fd16fae4da49e5cfe10d09d0db03f85 /Makefile.am | |
parent | 920ec31b5ffeb8695bef68e0dc082c0fc22965d3 (diff) | |
parent | 953bf4604f5ce02d1bd8abb09e82ea80e101c8a3 (diff) |
Merge pull request #4763 from keszybz/offline-update-loop
A fix for offline update loop
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5cec19fbb8..6c350b0ec4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -529,6 +529,7 @@ nodist_systemunit_DATA = \ units/serial-getty@.service \ units/console-getty.service \ units/container-getty@.service \ + units/system-update-cleanup.service \ units/systemd-initctl.service \ units/systemd-remount-fs.service \ units/systemd-ask-password-wall.service \ @@ -592,6 +593,7 @@ EXTRA_DIST += \ units/console-getty.service.m4.in \ units/container-getty@.service.m4.in \ units/rescue.service.in \ + units/system-update-cleanup.service.in \ units/systemd-initctl.service.in \ units/systemd-remount-fs.service.in \ units/systemd-update-utmp.service.in \ |