remove fake start prozess .sh
This commit is contained in:
@@ -85,9 +85,6 @@ RUN printf "\nMatch User crime5\n ForceCommand /usr/local/bin/login_wrapper.s
|
||||
|
||||
RUN apt-get update && apt-get install -y bash psmisc
|
||||
|
||||
COPY Level/Level5/hduzgfizgfiz.sh /usr/local/bin/hduzgfizgfiz.sh
|
||||
RUN chmod +x /usr/local/bin/hduzgfizgfiz.sh
|
||||
|
||||
# motd
|
||||
RUN rm -fr /etc/update-motd.d/*
|
||||
RUN mkdir -p /guide
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
NAMES=(
|
||||
systemd-udevd systemd-journald systemd-logind systemd-resolved systemd-networkd
|
||||
polkitd dbus-daemon cron agetty
|
||||
kworker/0:0 kworker/0:1 kworker/1:0 ksoftirqd/0 ksoftirqd/1
|
||||
kthreadd rcu_sched rcu_bh rsyslogd NetworkManager
|
||||
modprobe firewalld udisksd cupsd bluetoothd
|
||||
avahi-daemon containerd dockerd rpcbind sshd syslogd ntpd
|
||||
lvmetad systemctl systemd-tmpfiles systemd-random-seed
|
||||
auditd irqbalance acctd mountd nfsd rpc.statd
|
||||
mdadm smartd systemd-timesyncd systemd-hostnamed
|
||||
)
|
||||
|
||||
for name in "${NAMES[@]}"; do
|
||||
bash -c "exec -a $name python3 -c 'while True: pass'" &
|
||||
done
|
||||
Reference in New Issue
Block a user