aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-08-04 16:11:06 +0200
committerTom Gundersen <teg@jklm.no>2012-08-04 16:11:06 +0200
commita6c6009011f3544ff737c2078b44aff20396a539 (patch)
tree48a7dedae4696f702099ab3a05259d053988d730 /Makefile
parente060bec18062ae0a0f719200523880476017c1e0 (diff)
downloadinitscripts-a6c6009011f3544ff737c2078b44aff20396a539.tar.xz
systemd: mask netfs.service
The compat layer might attempt to start this, but that is never necessary, as systemd deals with remote-fs internally. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 74808e5..f810c96 100644
--- a/Makefile
+++ b/Makefile
@@ -39,6 +39,7 @@ install: installdirs doc
install -m644 tmpfiles.conf $(DESTDIR)/usr/lib/tmpfiles.d/initscripts.conf
install -m644 -T bash-completion $(DESTDIR)/usr/share/bash-completion/completions/rc.d
install -m644 -T zsh-completion $(DESTDIR)/usr/share/zsh/site-functions/_rc.d
+ ln -s /dev/null ${DESTDIR}/usr/lib/systemd/system/netfs.service
ln -s ../rc-local.service ${DESTDIR}/usr/lib/systemd/system/multi-user.target.wants/
ln -s ../rc-local-shutdown.service ${DESTDIR}/usr/lib/systemd/system/shutdown.target.wants/
ln -s ../arch-modules-load.service ${DESTDIR}/usr/lib/systemd/system/sysinit.target.wants/