diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-30 02:18:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-30 02:18:01 +0200 |
commit | d42d27ead91e470cb12986d928441e56c0f543ca (patch) | |
tree | 1b1ae1f9c579e33915774591ee5768caf7aa12d8 /Makefile.am | |
parent | e6061ab2afecfaaa0d0797b88f9a4f53720b31ee (diff) |
logind: add service for per-user shared systemd daemon
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2a027c3855..9a67505623 100644 --- a/Makefile.am +++ b/Makefile.am @@ -353,7 +353,8 @@ nodist_systemunit_DATA = \ units/fsck@.service \ units/fsck-root.service \ units/quotacheck.service \ - units/rescue.service + units/rescue.service \ + units/user@.service if ENABLE_BINFMT nodist_systemunit_DATA += \ @@ -404,6 +405,7 @@ EXTRA_DIST = \ units/fsck@.service.in \ units/fsck-root.service.in \ units/quotacheck.service.in \ + units/user@.service.in \ systemd.pc.in \ introspect.awk \ src/org.freedesktop.systemd1.policy.in \ |