diff options
| author | Christian Rößler | 2013-09-17 18:29:02 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-17 18:29:02 +0200 |
| commit | 060261ef2c6afcfbb2dff3ac1f4947446c38f984 (patch) | |
| tree | d43220d886eb1e18a8ed01f546e13d13b3c388d7 | |
| parent | [mltk] fix (diff) | |
| download | tm-scripts-060261ef2c6afcfbb2dff3ac1f4947446c38f984.tar.gz tm-scripts-060261ef2c6afcfbb2dff3ac1f4947446c38f984.tar.xz tm-scripts-060261ef2c6afcfbb2dff3ac1f4947446c38f984.zip | |
[nfs-mount] Dbus service reload for stage4
| -rwxr-xr-x | remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-mount_export | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-mount_export b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-mount_export index 988dc3d7..b116c067 100755 --- a/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-mount_export +++ b/remote/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-mount_export @@ -11,3 +11,5 @@ mount -t nfs -o ro,async,nolock,vers=3 "$SLX_STAGE4_NFS" "$MOUNTPOINT" || { echo echo "Appending $MOUNTPOINT to /" mount -o "remount,append:$MOUNTPOINT=ro" / || { echo "Fail." && exit 1; } +# dbus reload needed eg. for gnome etc. and perhaps other service files which stage4 needs: +systemctl reload dbus.service |
