diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-09-22 13:51:05 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-09-22 13:51:05 +0200 |
commit | 6efb256c1aea2ece7b60ffbdae8dc5fa7a5864b1 (patch) | |
tree | e33c01f53fd78fd382ead6d99baa9c79aa25ad13 | |
parent | 3e24da51b9eebc950d3d0d39f87cfcf406b281dd (diff) |
units: add tmp.service to file list
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 460cbb5bce..0ac6b1acea 100644 --- a/Makefile.am +++ b/Makefile.am @@ -173,6 +173,7 @@ dist_systemunit_DATA = \ units/sys-kernel-security.automount \ units/sys-kernel-security.mount \ units/tmp.mount \ + units/tmp.service \ units/var-lock.mount \ units/var-lock.service \ units/var-run.mount \ |