Skip to content

Commit 31ace4e

Browse files
authored
1 s mount delay
Add a 1 second mount delay (as in [crypto-scdard](https://github.com/Olf0/crypto-sdcard/blob/master/systemd/system/mount-cryptosd-luks%40.service#L19)).
1 parent 34fa591 commit 31ace4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

systemd/system/mount-sd@.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RemainAfterExit=yes
1616
# "udisksd" (per "udisks2.service") has finished starting, because
1717
# the udisks object for a partition has not been created yet, one
1818
# may give udisksd a second to settle:
19-
# ExecStartPre=/bin/sleep 1
19+
ExecStartPre=/bin/sleep 1
2020
ExecStart=/usr/bin/udisksctl-user mount -b /dev/%i
2121
ExecStop=/usr/bin/udisksctl-user unmount -b /dev/%i
2222

0 commit comments

Comments
 (0)