guix-commits
[Top][All Lists]
Advanced

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

02/03: services: mysql: Add a default-value to the mysql-service-type.


From: Christopher Baines
Subject: 02/03: services: mysql: Add a default-value to the mysql-service-type.
Date: Sat, 3 Mar 2018 19:10:18 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit e903738f86a0be92c5c8c56adc71f8177c14f49a
Author: Christopher Baines <address@hidden>
Date:   Thu Jan 18 22:45:35 2018 +0000

    services: mysql: Add a default-value to the mysql-service-type.
    
    * gnu/services/databases.scm (mysql-service-type)[default-value]: Set
      to (mysql-configuration).
---
 gnu/services/databases.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/databases.scm b/gnu/services/databases.scm
index 3db9472..1d56015 100644
--- a/gnu/services/databases.scm
+++ b/gnu/services/databases.scm
@@ -469,7 +469,8 @@ FLUSH PRIVILEGES;
           (service-extension activation-service-type
                              %mysql-activation)
           (service-extension shepherd-root-service-type
-                             mysql-shepherd-service)))))
+                             mysql-shepherd-service)))
+   (default-value (mysql-configuration))))
 
 (define* (mysql-service #:key (config (mysql-configuration)))
   "Return a service that runs @command{mysqld}, the MySQL or MariaDB



reply via email to

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