mirror of
https://github.com/kairos-io/kcrypt.git
synced 2025-09-19 09:37:23 +00:00
10 lines
169 B
SYSTEMD
10 lines
169 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=kcrypt mount
|
||
|
DefaultDependencies=no
|
||
|
Before=cos-immutable-rootfs.service
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=no
|
||
|
ExecStart=/sbin/kcrypt-mount-local
|