diff options
Diffstat (limited to 'systemd/fedora-init-crypto')
-rwxr-xr-x | systemd/fedora-init-crypto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/systemd/fedora-init-crypto b/systemd/fedora-init-crypto new file mode 100755 index 00000000..79d18beb --- /dev/null +++ b/systemd/fedora-init-crypto @@ -0,0 +1,5 @@ +#!/bin/sh + +. /etc/init.d/functions + +init_crypto $1 || : |