mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
services: mysql-upgrade: Add log file.
* gnu/services/databases.scm (mysql-upgrade-shepherd-service)[start]: Pass #:log-file.
This commit is contained in:
@@ -717,8 +717,8 @@ FLUSH PRIVILEGES;
|
||||
(documentation "Upgrade MySQL database schemas.")
|
||||
(start #~(make-forkexec-constructor
|
||||
(list #$(mysql-upgrade-wrapper config))
|
||||
#:user "mysql" #:group "mysql")))))
|
||||
|
||||
#:user "mysql" #:group "mysql"
|
||||
#:log-file "/var/log/mysql_upgrade.log")))))
|
||||
|
||||
(define (mysql-shepherd-services config)
|
||||
(let ((min-services (append (mysql-install-shepherd-service config)
|
||||
|
||||
Reference in New Issue
Block a user