systemd-cryptsetup@.service, systemd-cryptsetup — 全盘加密
systemd-cryptsetup@.service
/usr/lib/systemd/systemd-cryptsetup
systemd-cryptsetup@.service
服务可用于安装已加密的块设备。每当首次访问某个已加密的块设备时,都将从该模版实例化一个对应的服务出来。
systemd-cryptsetup@.service
将会按照 password agent logic 规则,在系统启动或运行过程中,向用户索要密码。
在系统启动的早期,当 systemd 重新加载其配置时,/etc/crypttab
文件将会被systemd-cryptsetup-generator(8)转化为对应的 systemd-cryptsetup@.service
单元。
systemd(1),systemd-cryptsetup-generator(8),crypttab(5),cryptsetup(8)