Skip to content

Instantly share code, notes, and snippets.

@prydom
prydom / nfs-hack.service
Created February 2, 2017 23:11 — forked from anonymous/nfs-hack.service
nfs-common fails to come up on Debian Jessie (Backports) workaround
[Unit]
Description=NFS Reorder Hack
After=network.target rpcbind.target
Before=remote-fs-pre.target
[Service]
Type=oneshot
ExecStart=/usr/local/sbin/nfs-hack.sh
RemainAfterExit=false
StandardOutput=journal