summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2017-04-01 20:51:22 +0000
committerasomers <asomers@FreeBSD.org>2017-04-01 20:51:22 +0000
commit625658b7ae843fcd75ad66e471917e8f9834c7d8 (patch)
tree6dcc36148b016726d4394edc86262328302d6d21 /etc
parent0f139c1ee40c96df29a9a8531aeb56704117439e (diff)
downloadFreeBSD-src-625658b7ae843fcd75ad66e471917e8f9834c7d8.zip
FreeBSD-src-625658b7ae843fcd75ad66e471917e8f9834c7d8.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 MFC after: 3 weeks 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 fb88419..19ac98f 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -312,10 +312,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