summaryrefslogtreecommitdiff
path: root/net/dgd/files/dgd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'net/dgd/files/dgd.sh')
-rw-r--r--net/dgd/files/dgd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dgd/files/dgd.sh b/net/dgd/files/dgd.sh
index 832bd9a4f03b..941688b47a61 100644
--- a/net/dgd/files/dgd.sh
+++ b/net/dgd/files/dgd.sh
@@ -11,7 +11,7 @@ case "$1" in
start)
if [ -x "${DGD}" ]; then
su ${DGD_USER} -c "${DGD} ${DGD_CONF}" >> "${DGD_LOG}" 2>&1 &
- echo $(($!+1)) > "${DGD_PID}"
+ echo $(($!+2)) > "${DGD_PID}"
echo -n ' dgd'
fi
;;