summaryrefslogtreecommitdiff
path: root/gnu/services/syncthing.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/syncthing.scm')
-rw-r--r--gnu/services/syncthing.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/services/syncthing.scm b/gnu/services/syncthing.scm
index 577672ab0c5..0d5e7cc8a94 100644
--- a/gnu/services/syncthing.scm
+++ b/gnu/services/syncthing.scm
@@ -18,6 +18,12 @@
18;;; You should have received a copy of the GNU General Public License 18;;; You should have received a copy of the GNU General Public License
19;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. 19;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
20 20
21;;; Commentary:
22;;;
23;;; This module provides a service definition for the syncthing service.
24;;;
25;;; Code:
26
21(define-module (gnu services syncthing) 27(define-module (gnu services syncthing)
22 #:use-module (gnu packages syncthing) 28 #:use-module (gnu packages syncthing)
23 #:use-module (gnu services) 29 #:use-module (gnu services)
@@ -41,12 +47,6 @@
41 syncthing-shepherd-service 47 syncthing-shepherd-service
42 syncthing-files-service)) 48 syncthing-files-service))
43 49
44;;; Commentary:
45;;;
46;;; This module provides a service definition for the syncthing service.
47;;;
48;;; Code:
49
50(define (bool->xml-string bool) 50(define (bool->xml-string bool)
51 ;; add compatibility for the short duration where #f was specified as 51 ;; add compatibility for the short duration where #f was specified as
52 ;; "false" 52 ;; "false"