mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
services: yggdrasil: Tweak description.
* gnu/services/networking.scm (yggdrasil-service-type)[description]: Add @command markup.
This commit is contained in:
parent
b24961717b
commit
f95c037b79
1 changed files with 1 additions and 1 deletions
|
@ -1978,7 +1978,7 @@ (define yggdrasil-service-type
|
|||
(name 'yggdrasil)
|
||||
(description
|
||||
"Connect to the Yggdrasil mesh network.
|
||||
See yggdrasil -genconf for config options.")
|
||||
See @command{yggdrasil -genconf} for config options.")
|
||||
(extensions
|
||||
(list (service-extension shepherd-root-service-type
|
||||
yggdrasil-shepherd-service)
|
||||
|
|
Loading…
Reference in a new issue