diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-01-28 00:18:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-01-28 00:38:20 +0100 |
commit | 4a780bdf1c9df37656d7f861a52f87e9b027bf3e (patch) | |
tree | 9c519646bf3627039b0c9053967e6ab9077a1668 /doc | |
parent | de322a5d1deaf1414de4c603308333d5da7d28af (diff) | |
download | patches-4a780bdf1c9df37656d7f861a52f87e9b027bf3e.tar patches-4a780bdf1c9df37656d7f861a52f87e9b027bf3e.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index fef8ac679a..88ed6ce1ba 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -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 |