diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-06-15 20:33:35 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-06-15 20:33:35 +0200 |
commit | 78ed65ac8dd05041f08ba8b089e1e87445a0905f (patch) | |
tree | e62a030ceb75b3d777c57793bec55cb7a220f7df /Makefile.am | |
parent | dd5da693ab4579c619017b4aac2a234d4b7a3ea7 (diff) | |
parent | 770b5ce4fc31a336a41e81381c229da725ef0cfa (diff) |
Merge pull request #212 from poettering/gc-machine-snapshots
automatically remove old machine shapshots at boot
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 c1516db087..1dd6dbd5e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2188,7 +2188,8 @@ dist_tmpfiles_DATA = \ tmpfiles.d/tmp.conf \ tmpfiles.d/x11.conf \ tmpfiles.d/var.conf \ - tmpfiles.d/home.conf + tmpfiles.d/home.conf \ + tmpfiles.d/systemd-nspawn.conf if HAVE_SYSV_COMPAT dist_tmpfiles_DATA += \ |