diff --git a/misc_systemd_units/lazy-umount-nfs.service b/misc_systemd_units/lazy-umount-nfs.service index ffd5aff8..6a386d1b 100644 --- a/misc_systemd_units/lazy-umount-nfs.service +++ b/misc_systemd_units/lazy-umount-nfs.service @@ -7,6 +7,7 @@ DefaultDependencies=false [Service] Type=oneshot RemainAfterExit=yes +ExecStart=/bin/umount -a -t nfs4 ExecStart=/bin/umount -a -t nfs4 -l [Install]