mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 20:23:02 +00:00
* switch-to-configuration.sh: Signal dbus to reload its configuration.
svn path=/nixos/trunk/; revision=22718
This commit is contained in:
parent
88a400f578
commit
21e62884e7
@ -121,4 +121,9 @@ EOF
|
|||||||
initctl start "$job" || true
|
initctl start "$job" || true
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Signal dbus to reload its configuration.
|
||||||
|
dbusPid=$(initctl status dbus 2> /dev/null | sed -e 's/.*process \([0-9]\+\)/\1/;t;d')
|
||||||
|
[ -n "$dbusPid" ] && kill -HUP "$dbusPid"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user