Add symlink for 00_systemd_journal.conf
Signed-off-by: Alban Vidal <alban.vidal@zordhak.fr>
This commit is contained in:
parent
9d41d49fb1
commit
c83ba65ad7
@ -149,6 +149,7 @@ ln -sf $GIT_DIR/root/.bashrc /root/
|
|||||||
ln -sf $GIT_DIR/root/.profile /root/
|
ln -sf $GIT_DIR/root/.profile /root/
|
||||||
mkdir -p /root/.profile.d
|
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_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/
|
ln -sf $GIT_DIR/root/.profile.d/01_stats_connexion.conf /root/.profile.d/
|
||||||
# vimrc
|
# vimrc
|
||||||
ln -sf $GIT_DIR/root/.vimrc /root/
|
ln -sf $GIT_DIR/root/.vimrc /root/
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# Systemd and journald aliases
|
# Systemd and journald aliases
|
||||||
|
|
||||||
# TODO : add color in help-journald
|
# 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"
|
echo -e "\nEnter 'help-journald' to print internal aliases and functions for systemd/journald"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user