OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
initramfs-tools
/
scripts
/
local-bottom
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:13:20 AM
rwxr-xr-x
📄
cryptopensc
512 bytes
08/03/2020 09:28:48 PM
rwxr-xr-x
📄
cryptroot
275 bytes
08/03/2020 09:28:48 PM
rwxr-xr-x
📄
iscsi
833 bytes
04/06/2022 07:19:56 PM
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: cryptopensc
Close
#!/bin/sh set -e PREREQ="" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac . /scripts/functions # Hook for stopping smartcard reading software if [ ! -e /sbin/pcscd ]; then exit 0 fi # Start pcscd daemon nomrally. If it was started in foregound, chances are # it'll harmlessly complain about missing /var/run/pcscd* files due to the root # filessytem being remounted. start-stop-daemon --stop --quiet --pidfile /var/run/pcscd.pid --name pcscd