Revert "doc: Symlink daemon start-up files."
This reverts commit b7230de54b
.
Versions of systemd that supported symlinked service files are not yet widely
deployed.
See this thread for more information:
http://lists.gnu.org/archive/html/guix-devel/2017-01/msg01199.html
master
parent
5f8ca95eb5
commit
b812da7059
|
@ -443,8 +443,15 @@ Run the daemon, and set it to automatically start on boot.
|
||||||
If your host distro uses the systemd init system, this can be achieved
|
If your host distro uses the systemd init system, this can be achieved
|
||||||
with these commands:
|
with these commands:
|
||||||
|
|
||||||
|
@c Versions of systemd that supported symlinked service files are not
|
||||||
|
@c yet widely deployed, so we should suggest that users copy the service
|
||||||
|
@c files into place.
|
||||||
|
@c
|
||||||
|
@c See this thread for more information:
|
||||||
|
@c http://lists.gnu.org/archive/html/guix-devel/2017-01/msg01199.html
|
||||||
|
|
||||||
@example
|
@example
|
||||||
# ln -s ~root/.guix-profile/lib/systemd/system/guix-daemon.service \
|
# cp ~root/.guix-profile/lib/systemd/system/guix-daemon.service \
|
||||||
/etc/systemd/system/
|
/etc/systemd/system/
|
||||||
# systemctl start guix-daemon && systemctl enable guix-daemon
|
# systemctl start guix-daemon && systemctl enable guix-daemon
|
||||||
@end example
|
@end example
|
||||||
|
@ -452,8 +459,8 @@ with these commands:
|
||||||
If your host distro uses the Upstart init system:
|
If your host distro uses the Upstart init system:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
# ln -s ~root/.guix-profile/lib/upstart/system/guix-daemon.conf /etc/init/
|
|
||||||
# initctl reload-configuration
|
# initctl reload-configuration
|
||||||
|
# cp ~root/.guix-profile/lib/upstart/system/guix-daemon.conf /etc/init/
|
||||||
# start guix-daemon
|
# start guix-daemon
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
|
|
Reference in New Issue