mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
doc: Do not use numeric values in readymedia extra-config.
* doc/guix.texi (Miscellaneous Services)[DLNA/UPnP Services]: Use string value "60" instead of numeric value 60 in extra-config. Change-Id: Iea05409bb2f36fc4d0caafa375f0307bfae64a08
This commit is contained in:
parent
9b835aae10
commit
cf33081e18
1 changed files with 1 additions and 1 deletions
|
@ -41810,7 +41810,7 @@ Consider the following configuration:
|
|||
(types '(V)))
|
||||
(readymedia-media-directory
|
||||
(path "/media/misc"))))
|
||||
(extra-config '(("notify_interval" . 60)))))
|
||||
(extra-config '(("notify_interval" . "60")))))
|
||||
@dots{})))
|
||||
@end lisp
|
||||
|
||||
|
|
Loading…
Reference in a new issue