Якось у минулому я встановив posgresql і не можу його позбутися:
$ ps -A|egrep postg 232 ??
287 ?? 0:00.02 postgres: logger process
328 ?? 0:00.09 postgres: writer process
335 ?? 0:00.06 postgres: wal writer process
336 ?? 0:00.03 postgres: autovacuum launcher process
342 ?? 0:00.01 postgres: stats collector process
Я хотів би зупинити його від запуску кожен раз при завантаженні, оскільки fs_usage
показує, що він тримає мій диск зайнятим.
Я вже пробував додавати POSTGRES=-NO-
в /etc/hostconfig
, але процеси тримати spawing.
Також я спробував щось, що знайшов на іншій посаді, не пощастило:
$: locate postg|egrep plist
/Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist
/Library/PostgreSQL/8.3/uninstall-postgresql.app/Contents/Info.plist
/Library/PostgreSQL/8.4/uninstall-postgresql.app/Contents/Info.plist
/Library/StartupItems/postgresql-8.3/StartupParameters.plist
$: sudo launchctl unload /Library/LaunchDaemons/com.edb.launchd.postgresql-8.4.plist
(restart)
Але все ще з'являються процеси postgresql :(
com.edb.launchd.postgresql-9.0.plist
не знайдено в цьому місці для мене.