1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Arun Isaac
2024-10-20 12:25:26 +01:00
parent 9b835aae10
commit cf33081e18

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