Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 905411 | Differences between
and this patch

Collapse All | Expand All

(-)a/config/gsad.service.in (-2 / +4 lines)
Lines 5-15 Link Here
5
Wants=gvmd.service
5
Wants=gvmd.service
6
6
7
[Service]
7
[Service]
8
Type=forking
8
Type=exec
9
User=gvm
9
User=gvm
10
Group=gvm
10
Group=gvm
11
PIDFile=${GSAD_PID_DIR}/gsad.pid
11
PIDFile=${GSAD_PID_DIR}/gsad.pid
12
ExecStart=${SBINDIR}/gsad --listen 127.0.0.1 --port 9392 --http-only
12
RuntimeDirectory=gsad
13
RuntimeDirectoryMode=2775
14
ExecStart=${SBINDIR}/gsad --foreground --listen 127.0.0.1 --port 9392 --http-only
13
Restart=always
15
Restart=always
14
TimeoutStopSec=10
16
TimeoutStopSec=10
15
17

Return to bug 905411