guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: services: syncthing: Use the new command line syntax.


From: guix-commits
Subject: 08/08: services: syncthing: Use the new command line syntax.
Date: Thu, 10 Aug 2023 18:54:35 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 56fddefc6de3b0c1f2ccb9559d86ba08d2e429b9
Author: terramorpha <terramorpha@cock.li>
AuthorDate: Thu Jul 13 16:16:51 2023 -0400

    services: syncthing: Use the new command line syntax.
    
    * gnu/services/syncthing.scm (syncthing-shepherd-service): Use the new 
command line syntax.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/services/syncthing.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/services/syncthing.scm b/gnu/services/syncthing.scm
index 7c3d5b027d..c1a0cdd81f 100644
--- a/gnu/services/syncthing.scm
+++ b/gnu/services/syncthing.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2021 Oleg Pykhalov <go.wigust@gmail.com>
+;;; Copyright © 2023 Justin Veilleux <terramorpha@cock.li>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -60,9 +61,9 @@
        (requirement '(loopback))
        (start #~(make-forkexec-constructor
                  (append (list (string-append #$syncthing "/bin/syncthing")
-                               "-no-browser"
-                               "-no-restart"
-                               (string-append "-logflags=" (number->string 
#$logflags)))
+                               "--no-browser"
+                               "--no-restart"
+                               (string-append "--logflags=" (number->string 
#$logflags)))
                          '#$arguments)
                  #:user #$user
                  #:group #$group



reply via email to

[Prev in Thread] Current Thread [Next in Thread]