doc: Add missing Upstart command for the binary installation.

Fixes <http://bugs.gnu.org/25551>.
Reported by Jason Self <jason@bluehome.net>.

* doc/guix.texi (Binary Installation): Add 'initctl
reload-configuration' command for Upstart.
This commit is contained in:
Ludovic Courtès 2017-01-28 00:18:38 +01:00
parent de322a5d1d
commit 4a780bdf1c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -452,6 +452,7 @@ If your host distro uses the Upstart init system:
@example
# ln -s ~root/.guix-profile/lib/upstart/system/guix-daemon.conf /etc/init/
# initctl reload-configuration
# start guix-daemon
@end example