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 | 775f5cb266a062057863cbf578426ee2409f117a (patch) | |
| tree | eeac7fdc1e48d7c445c76b45bbd18ffd7f526ce2 | |
| parent | [mltk] fix (diff) | |
| download | tm-scripts-775f5cb266a062057863cbf578426ee2409f117a.tar.gz tm-scripts-775f5cb266a062057863cbf578426ee2409f117a.tar.xz tm-scripts-775f5cb266a062057863cbf578426ee2409f117a.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 |
