Browse Source

systemd/module-setup.sh: mkdir /etc/systemd

master
Harald Hoyer 12 years ago
parent
commit
4961910fe3
  1. 2
      modules.d/98systemd/module-setup.sh

2
modules.d/98systemd/module-setup.sh

@ -201,7 +201,7 @@ install() { @@ -201,7 +201,7 @@ install() {
ln_r "$systemdsystemunitdir/${i}" "$systemdsystemunitdir/initrd.target.wants/${i}"
done


mkdir -p "$initdir/etc/systemd"
# turn off RateLimit for journal
{
echo "[Journal]"

Loading…
Cancel
Save