nixpkgs/nixos/modules/services/databases
Rickard Nilsson 043bf5a941 mysql service: Shutdown with normal systemd SIGTERM instead of mysqladmin
According to the MySQL manual, this is a perfectly legal way of
shutting down the server. The shutdown logs also looks fine:

systemd[1]: Stopping MySQL Server...
mysqld[5114]: 140319  8:36:12 [Note] /nix/store/sc26mz82k97mbpx3d1abzn3rrbd155ws-mariadb-10.0.8/bin/mysqld: Normal shutdown
mysqld[5114]: 140319  8:36:12 [Note] Event Scheduler: Purging the queue. 0 events
mysqld[5114]: 140319  8:36:12 [Note] InnoDB: FTS optimize thread exiting.
mysqld[5114]: 140319  8:36:12 [Note] InnoDB: Starting shutdown...
mysqld[5114]: 140319  8:36:14 [Note] InnoDB: Shutdown completed; log sequence number 1619078
mysqld[5114]: 140319  8:36:14 [Note] /nix/store/sc26mz82k97mbpx3d1abzn3rrbd155ws-mariadb-10.0.8/bin/mysqld: Shutdown complete
systemd[1]: Stopped MySQL Server.
2014-03-19 08:41:07 +01:00
..
4store-endpoint.nix Use the "assertions" option instead of mkAssert 2013-10-30 18:47:44 +01:00
4store.nix Use the "assertions" option instead of mkAssert 2013-10-30 18:47:44 +01:00
couchdb.nix nixos/couchdb: fix stopping of service, by making it non-forking, a few other improvments 2014-03-10 11:08:05 +01:00
firebird.nix nixos: set all package options to have type package 2014-02-27 13:22:29 +01:00
memcached.nix memcached: set uid to make it work with #1076 2013-12-13 10:09:08 +01:00
mongodb.nix nixos: set all package options to have type package 2014-02-27 13:22:29 +01:00
mysql.nix mysql service: Shutdown with normal systemd SIGTERM instead of mysqladmin 2014-03-19 08:41:07 +01:00
openldap.nix Added openldap user, group and configure service so its not running as root. 2013-11-28 22:21:50 +01:00
postgresql.nix Merge branch 'postgresql-user' of git://github.com/ocharles/nixpkgs 2014-03-15 13:29:52 -04:00
redis.nix nixos: set all package options to have type package 2014-02-27 13:22:29 +01:00
virtuoso.nix Move all of NixOS to nixos/ in preparation of the repository merge 2013-10-10 13:28:20 +02:00