summaryrefslogtreecommitdiff
path: root/gnu/services/upnp.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/upnp.scm')
-rw-r--r--gnu/services/upnp.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/services/upnp.scm b/gnu/services/upnp.scm
index 16c32463534..70b242e5980 100644
--- a/gnu/services/upnp.scm
+++ b/gnu/services/upnp.scm
@@ -16,6 +16,12 @@
16;;; You should have received a copy of the GNU General Public License 16;;; You should have received a copy of the GNU General Public License
17;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 17;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
18 18
19;;; Commentary:
20;;;
21;;; UPnP services.
22;;;
23;;; Code:
24
19(define-module (gnu services upnp) 25(define-module (gnu services upnp)
20 #:use-module (gnu build linux-container) 26 #:use-module (gnu build linux-container)
21 #:use-module (gnu packages admin) 27 #:use-module (gnu packages admin)
@@ -54,12 +60,6 @@
54 readymedia-activation 60 readymedia-activation
55 readymedia-shepherd-service)) 61 readymedia-shepherd-service))
56 62
57;;; Commentary:
58;;;
59;;; UPnP services.
60;;;
61;;; Code:
62
63(define* (%readymedia-default-cache-directory #:key (home-service? #f)) 63(define* (%readymedia-default-cache-directory #:key (home-service? #f))
64 (if home-service? 64 (if home-service?
65 ".cache/readymedia" 65 ".cache/readymedia"