#! /bin/sh ### BEGIN INIT INFO # Provides: cryptdisks # Required-Start: checkroot cryptdisks-early # Required-Stop: umountroot cryptdisks-early # Should-Start: udev mdadm-raid lvm2 # Should-Stop: udev mdadm-raid lvm2 # X-Start-Before: checkfs # X-Stop-After: umountfs # X-Interactive: true # Default-Start: S # Default-Stop: 0 6 # Short-Description: Setup remaining encrypted block devices. # Description: ### END INIT INFO set -e if [ -r /lib/cryptsetup/cryptdisks-functions ]; then . /lib/cryptsetup/cryptdisks-functions else exit 0 fi INITSTATE="remaining" DEFAULT_LOUD="yes" case "$CRYPTDISKS_ENABLE" in [Nn]*) exit 0 ;; esac case "$1" in start) do_start ;; stop) do_stop ;; restart|reload|force-reload) do_stop do_start ;; force-start) FORCE_START="yes" do_start ;; *) echo "Usage: cryptdisks {start|stop|restart|reload|force-reload|force-start}" exit 1 ;; esac
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
apparmor | File | 3.65 KB | 0755 |
|
cryptdisks | File | 937 B | 0755 |
|
cryptdisks-early | File | 896 B | 0755 |
|
dbus | File | 3.08 KB | 0755 |
|
hwclock.sh | File | 1.71 KB | 0755 |
|
kmod | File | 2 KB | 0755 |
|
plymouth | File | 1.35 KB | 0755 |
|
plymouth-log | File | 760 B | 0755 |
|
procps | File | 959 B | 0755 |
|
ssh | File | 3.96 KB | 0755 |
|
udev | File | 6.71 KB | 0755 |
|