From c83ba65ad78ba13d6767cdb702b50002b10ccf01 Mon Sep 17 00:00:00 2001 From: Alban Vidal Date: Tue, 25 Sep 2018 05:33:35 +0200 Subject: [PATCH] Add symlink for 00_systemd_journal.conf Signed-off-by: Alban Vidal --- auto_config.sh | 1 + root/.profile.d/00_systemd_journal.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/auto_config.sh b/auto_config.sh index d053ee9..8d3d07b 100755 --- a/auto_config.sh +++ b/auto_config.sh @@ -149,6 +149,7 @@ ln -sf $GIT_DIR/root/.bashrc /root/ ln -sf $GIT_DIR/root/.profile /root/ mkdir -p /root/.profile.d ln -sf $GIT_DIR/root/.profile.d/00_functions.conf /root/.profile.d/ +ln -sf $GIT_DIR/root/.profile.d/00_systemd_journal.conf /root/.profile.d/ ln -sf $GIT_DIR/root/.profile.d/01_stats_connexion.conf /root/.profile.d/ # vimrc ln -sf $GIT_DIR/root/.vimrc /root/ diff --git a/root/.profile.d/00_systemd_journal.conf b/root/.profile.d/00_systemd_journal.conf index a59ec42..6653c02 100644 --- a/root/.profile.d/00_systemd_journal.conf +++ b/root/.profile.d/00_systemd_journal.conf @@ -2,6 +2,7 @@ # Systemd and journald aliases # TODO : add color in help-journald +# TODO : update README with new aliases echo -e "\nEnter 'help-journald' to print internal aliases and functions for systemd/journald"