diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-17 01:14:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-17 02:43:44 +0200 |
commit | 1713703c966d85de2591498b45b6c035d04350aa (patch) | |
tree | 9abf6c7950e6b10224cd7f383a24864366a746a9 /Makefile.am | |
parent | d7b15e0a0161e8fd823bffd61a4799364871582f (diff) |
preset: ship a minimal preset file upstream
This is useful so that distros have something to base their own policy
of. It also useful to make sure that minimal installs always get useful
configuration in place.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a9e07b455f..66eda99490 100644 --- a/Makefile.am +++ b/Makefile.am @@ -509,6 +509,9 @@ dist_userunit_DATA = \ nodist_userunit_DATA = \ units/user/systemd-exit.service +dist_systempreset_DATA = \ + system-preset/90-systemd.preset + EXTRA_DIST += \ units/getty@.service.m4 \ units/serial-getty@.service.m4 \ |