From 4d732339911b0ea2aa9b994efe17a92d42281504 Mon Sep 17 00:00:00 2001 From: Elias Probst Date: Fri, 23 Oct 2015 23:25:09 +0200 Subject: dev-db/postgresql: Handle RuntimeDirectory in systemd unit Instead of using a separate `tmpfiles.d` definition to create `/run/postgresql`, let the service unit take care of it on its own. This prevents situations where the postgresql service can't start because `systemd-tmpfiles` wasn't run yet. Bug: https://bugs.gentoo.org/show_bug.cgi?id=563122 Package-Manager: portage-2.2.23 --- dev-db/postgresql/files/postgresql.tmpfilesd | 1 - 1 file changed, 1 deletion(-) delete mode 100644 dev-db/postgresql/files/postgresql.tmpfilesd (limited to 'dev-db/postgresql/files/postgresql.tmpfilesd') diff --git a/dev-db/postgresql/files/postgresql.tmpfilesd b/dev-db/postgresql/files/postgresql.tmpfilesd deleted file mode 100644 index 26f44efa3288..000000000000 --- a/dev-db/postgresql/files/postgresql.tmpfilesd +++ /dev/null @@ -1 +0,0 @@ -d /run/postgresql 1775 postgres postgres - -- cgit v1.2.3