X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F85-systemd;fp=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F85-systemd;h=4ea4247437e2fcd764210d821732dee285dd1565;hb=a4d3b318439a047a6676605bd29e9c850cc17415;hp=0000000000000000000000000000000000000000;hpb=d1575f1e7726c4cbdfa27bcff9ef973cdb6709e1;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/85-systemd b/etc/grml/fai/config/scripts/GRMLBASE/85-systemd new file mode 100755 index 0000000..4ea4247 --- /dev/null +++ b/etc/grml/fai/config/scripts/GRMLBASE/85-systemd @@ -0,0 +1,16 @@ +#!/bin/bash +# Filename: ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/85-systemd +# Purpose: configure systemd and related services +# Authors: grml-team (grml.org), (c) Michael Prokop +# Bug-Reports: see http://grml.org/bugs/ +# License: This file is licensed under the GPL v2 or any later version. +################################################################################ + +set -u +set -e +. "$GRML_LIVE_CONFIG" + +fcopy -M -i -B -v -r /etc/tmpfiles.d + +## END OF FILE ################################################################# +# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2