summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2017-05-30 16:17:00 +0000
committerasomers <asomers@FreeBSD.org>2017-05-30 16:17:00 +0000
commitf9ddb12b1755212583495c43e8a9db85b7ae932c (patch)
treed97a1bf81bd37368d81398deb1821eaa9d52747d /etc
parent7ccc62e6ac03cc27c5c53f5878bb0d0fbf1749b4 (diff)
downloadFreeBSD-src-f9ddb12b1755212583495c43e8a9db85b7ae932c.zip
FreeBSD-src-f9ddb12b1755212583495c43e8a9db85b7ae932c.tar.gz
MFC r314341:
Update devd.conf for ports change 421360 Ports change 421360 changed the name and UID of the postgres user Reviewed by: trasz, imp, girgen Sponsored by: Spectra Logic Corp Differential Revision: https://reviews.freebsd.org/D9746
Diffstat (limited to 'etc')
-rw-r--r--etc/devd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index c8f61a0..a0be74f 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -310,10 +310,10 @@ notify 10 {
};
# This example works around a memory leak in PostgreSQL, restarting
-# it when the "user:pgsql:swap:devctl=1G" rctl(8) rule gets triggered.
+# it when the "user:postgres:swap:devctl=1G" rctl(8) rule gets triggered.
notify 0 {
match "system" "RCTL";
- match "rule" "user:70:swap:.*";
+ match "rule" "user:770:swap:.*";
action "/usr/local/etc/rc.d/postgresql restart";
};
OpenPOWER on IntegriCloud