|
From: | Ludovic Courtès |
Subject: | [bug#54561] [PATCH 0/4] Add service declarations for Samba |
Date: | Fri, 08 Apr 2022 23:43:33 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Simon Streit <simon@netpanic.org> skribis: > * gnu/services/samba.scm (<wsdd-configuration>): New record. > (wsdd-service-type): New variable. > (wsdd-shepherd-services): New procedure. Just “New file.” and add it to gnu/local.mk. > +(define wsdd-shepherd-service > + (match-lambda > + (($ <wsdd-configuration> package ipv4only? ipv6only? chroot hoplimit > + interfaces uuid-device domain hostname > + preserve-case? workgroup) Please use ‘match-record’ instead; it is less error-prone. > +(define wsdd-service-type > + (service-type > + (name 'wsdd) > + (description "Web Service Discovery Daemon") Please write full sentences in ‘description’, possibly with Texinfo markup. Ludo’.
[Prev in Thread] | Current Thread | [Next in Thread] |