Обсуждение:EnterpriseApps/Greenplum: различия между версиями

Материал из ALT Linux Wiki
(Новая страница: «[Unit] Description=Greenplume as a Service After=multi-user.target [Service] User=petr Type=simple ExecReload=/bin/kill -HUP $MAINPID KillMode=mixed KillSignal=SINGTERM TimeoutStopSec=10 ExecStart=bash -c "pg_ctl -D /home/ladmin/primary/gpsne0 -l logfile start" ExecStop=bash -c "pg_ctl -D /home/ladmin/primary/gpsne0 -l logfile stop" [Install] WantedBy=multi-user.target Alias=greenplum.service»)
 
Нет описания правки
 
Строка 1: Строка 1:
<pre>
[Unit]
[Unit]
Description=Greenplume as a Service
Description=Greenplume as a Service
Строка 16: Строка 17:
WantedBy=multi-user.target
WantedBy=multi-user.target
Alias=greenplum.service
Alias=greenplum.service
</pre>

Текущая версия от 13:24, 8 декабря 2023

[Unit]
Description=Greenplume as a Service
After=multi-user.target

[Service]
User=petr
Type=simple
ExecReload=/bin/kill -HUP $MAINPID
KillMode=mixed
KillSignal=SINGTERM
TimeoutStopSec=10
ExecStart=bash -c "pg_ctl -D /home/ladmin/primary/gpsne0 -l logfile start"
ExecStop=bash -c "pg_ctl -D /home/ladmin/primary/gpsne0 -l logfile stop"

[Install]
WantedBy=multi-user.target
Alias=greenplum.service