diff options
| author | Elias Probst <mail@eliasprobst.eu> | 2015-10-23 23:25:09 +0200 |
|---|---|---|
| committer | Elias Probst <mail@eliasprobst.eu> | 2015-10-25 20:45:00 +0100 |
| commit | 4d732339911b0ea2aa9b994efe17a92d42281504 (patch) | |
| tree | 423f1e500ba025d9f664f3206a6b392d40e654fb /dev-db/postgresql/files/postgresql.tmpfilesd | |
| parent | 5d71738e378482c238ea5660c5961b3aa3a740dc (diff) | |
| download | gentoo-4d732339911b0ea2aa9b994efe17a92d42281504.tar.gz gentoo-4d732339911b0ea2aa9b994efe17a92d42281504.tar.bz2 gentoo-4d732339911b0ea2aa9b994efe17a92d42281504.zip | |
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
Diffstat (limited to 'dev-db/postgresql/files/postgresql.tmpfilesd')
| -rw-r--r-- | dev-db/postgresql/files/postgresql.tmpfilesd | 1 |
1 files changed, 0 insertions, 1 deletions
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 - |
