OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
initramfs-tools
/
scripts
/
local-bottom
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/14/2020 08:20:05 AM
rwxr-xr-x
📄
cryptopensc
512 bytes
08/23/2018 02:36:42 PM
rwxr-xr-x
📄
iscsi
366 bytes
05/11/2020 01:27:31 AM
rwxr-xr-x
📄
mdadm
46 bytes
01/14/2020 07:10:59 PM
rwxr-xr-x
📄
ntfs_3g
345 bytes
11/01/2022 11:57:16 AM
rwxr-xr-x
Editing: iscsi
Close
#!/bin/sh # If iscsiuio is present in the initramfs, and it was started by us, # stop it again so the system iscsiuio can take over later. if [ -x /sbin/iscsiuio ] && [ -e /run/initramfs/iscsiuio.pid ] ; then start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 \ --pidfile /run/initramfs/iscsiuio.pid \ --name iscsiuio --exec /sbin/iscsiuio || : fi exit 0