summaryrefslogtreecommitdiff
path: root/cryptfs.service.in
blob: be1003e27491e1f0eb657e6fff3afe4e03e63bde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Decrypt and mount encrypted partitions.
Requires=network-online.target local-fs.target
After=network-online.target local-fs.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=#BINDIR#/cryptfs
ExecStop=#BINDIR#/cryptfs -u

[Install]
WantedBy=multi-user.target