diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-08-17 10:17:42 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-08-17 10:17:42 +0200 |
commit | 3c268bdf8a8d56799987c1bddb46371867887062 (patch) | |
tree | 03738af254656505d25fda228417d92b673feafd /Makefile.am | |
parent | 20d910092d61dff9ae4e2500efd26ec68ca208b2 (diff) |
units: add var-run.service var-lock.service
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 de85b79790..f187b4b9c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -152,7 +152,9 @@ dist_systemunit_DATA = \ units/sys-kernel-security.automount \ units/sys-kernel-security.mount \ units/var-lock.mount \ + units/var-lock.service \ units/var-run.mount \ + units/var-run.service \ units/printer.target \ units/bluetooth.target \ units/smartcard.target |