If /etc/exports contains paths that don't exist during boot, the
server failed to start, because of the exit code of exportfs.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
[Service]
Type=oneshot
EnvironmentFile=-@SYSCONFDIR@/nfs-utils.conf
-ExecStartPre=@SBINDIR@/exportfs -r
+ExecStartPre=-@SBINDIR@/exportfs -r
ExecStart=@SBINDIR@/rpc.nfsd $NFSD_OPTS $NFSD_COUNT
ExecStop=@SBINDIR@/rpc.nfsd 0
ExecStopPost=@SBINDIR@/exportfs -au
ExecStopPost=@SBINDIR@/exportfs -f
-ExecReload=@SBINDIR@/exportfs -r
+ExecReload=-@SBINDIR@/exportfs -r
StandardError=syslog
RemainAfterExit=yes