diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-09-21 15:07:43 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-09-21 15:07:43 +0200 |
commit | b15124f1668e15c825e74408eacb5ad8004964c1 (patch) | |
tree | 22a09ba0642ee7e4aa3395ffee8d7f6b005ebf89 | |
parent | 05d6a3b6cff405e43fd95a26e342b9233b21269b (diff) |
tmpwatch: install the unit files
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b5b2a9d21c..f57482a15b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -183,7 +183,9 @@ dist_systemunit_DATA = \ units/remount-rootfs.service \ units/printer.target \ units/bluetooth.target \ - units/smartcard.target + units/smartcard.target \ + units/tmpwatch.service \ + units/tmpwatch.timer nodist_systemunit_DATA = \ units/sysinit.target \ |