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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user