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:
Arun Isaac 2024-10-20 12:25:26 +01:00
parent 9b835aae10
commit cf33081e18
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -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