mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 16:42:09 +00:00
5ea7a3eb21
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. |
||
---|---|---|
.. | ||
4store-endpoint.nix | ||
4store.nix | ||
aerospike.nix | ||
cassandra.nix | ||
clickhouse.nix | ||
cockroachdb.nix | ||
couchdb.nix | ||
firebird.nix | ||
foundationdb.nix | ||
foundationdb.xml | ||
hbase.nix | ||
influxdb.nix | ||
memcached.nix | ||
monetdb.nix | ||
mongodb.nix | ||
mysql.nix | ||
neo4j.nix | ||
openldap.nix | ||
opentsdb.nix | ||
pgmanage.nix | ||
postgresql.nix | ||
postgresql.xml | ||
redis.nix | ||
rethinkdb.nix | ||
riak-cs.nix | ||
riak.nix | ||
stanchion.nix | ||
virtuoso.nix |