diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-31 03:45:05 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-31 08:56:03 -0400 |
commit | a4892054059c483a695e4250713b5ed8948a1c2f (patch) | |
tree | 4b32d4c1dc8d6dc8f00164fcef5c4fa53a686402 /Makefile.am | |
parent | d8aa69b9c89b1309041ca3dc1c5a050fefab64ae (diff) |
sysusers: split users for remote into separate file
This mirrors the setup for tmpfiles.d done in ad95fd1d2b9.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index bc16ce315b..2e982f5067 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1936,7 +1936,8 @@ SYSINIT_TARGET_WANTS += \ systemd-sysusers.service dist_sysusers_DATA = \ - sysusers.d/systemd.conf + sysusers.d/systemd.conf \ + sysusers.d/systemd-remote.conf nodist_sysusers_DATA = \ sysusers.d/basic.conf |