1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/nixos/modules/services/web-servers/apache-httpd
Florian Klink 5ea7a3eb21 nixos/mysql: drop services.mysql.pidDir
mysql already has its socket path hardcoded to to
/run/mysqld/mysqld.sock.
There's not much value in making the pidDir configurable, which also
points to /run/mysqld by default.

We only seem to use `services.mysql.pidDir` in the wordpress startup
script, to wait for mysql to boot up, but we can also simply wait on the
(hardcoded) socket location too.

A much nicer way to accomplish that would be to properly describe a
dependency on mysqld.service. This however is not easily doable, due to
how the apache-httpd module was designed.
2019-05-31 22:27:55 +02:00
..
default.nix treewide: Remove usage of isNull 2019-04-29 14:05:50 +02:00
foswiki.nix
limesurvey.nix apache-httpd/limesurvey.nix: fix copypasta from owncloud 2018-12-16 15:05:53 +01:00
mediawiki.nix nixos: add preferLocalBuild=true; on derivations for config files 2019-02-22 20:11:27 +01:00
mercurial.nix [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
per-server-options.nix apache-httpd: fix typo in config servedFiles 2018-03-28 03:47:25 +02:00
phabricator.nix
tomcat-connector.nix
trac.nix [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
wordpress.nix nixos/mysql: drop services.mysql.pidDir 2019-05-31 22:27:55 +02:00
zabbix.nix