Pass -d to p4d so that it deamonizes at startup instead of hanging the machine.
This commit is contained in:
parent
f401541c9b
commit
8a00616472
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41836
6 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@ PERFORCE_ROOT="/usr/p4root"
|
|||
#
|
||||
# Perforce options (see man p4d)
|
||||
#
|
||||
PERFORCE_OPTIONS="-v server=1 -L /var/log/perforce"
|
||||
PERFORCE_OPTIONS="-d -v server=1 -L /var/log/perforce"
|
||||
|
||||
#
|
||||
# Uncomment this line to have the server started automatically
|
||||
|
|
|
@ -10,7 +10,7 @@ PERFORCE_ROOT="/usr/p4root"
|
|||
#
|
||||
# Perforce options (see man p4d)
|
||||
#
|
||||
PERFORCE_OPTIONS="-v server=1 -L /var/log/perforce"
|
||||
PERFORCE_OPTIONS="-d -v server=1 -L /var/log/perforce"
|
||||
|
||||
#
|
||||
# Uncomment this line to have the server started automatically
|
||||
|
|
|
@ -10,7 +10,7 @@ PERFORCE_ROOT="/usr/p4root"
|
|||
#
|
||||
# Perforce options (see man p4d)
|
||||
#
|
||||
PERFORCE_OPTIONS="-v server=1 -L /var/log/perforce"
|
||||
PERFORCE_OPTIONS="-d -v server=1 -L /var/log/perforce"
|
||||
|
||||
#
|
||||
# Uncomment this line to have the server started automatically
|
||||
|
|
|
@ -10,7 +10,7 @@ PERFORCE_ROOT="/usr/p4root"
|
|||
#
|
||||
# Perforce options (see man p4d)
|
||||
#
|
||||
PERFORCE_OPTIONS="-v server=1 -L /var/log/perforce"
|
||||
PERFORCE_OPTIONS="-d -v server=1 -L /var/log/perforce"
|
||||
|
||||
#
|
||||
# Uncomment this line to have the server started automatically
|
||||
|
|
|
@ -10,7 +10,7 @@ PERFORCE_ROOT="/usr/p4root"
|
|||
#
|
||||
# Perforce options (see man p4d)
|
||||
#
|
||||
PERFORCE_OPTIONS="-v server=1 -L /var/log/perforce"
|
||||
PERFORCE_OPTIONS="-d -v server=1 -L /var/log/perforce"
|
||||
|
||||
#
|
||||
# Uncomment this line to have the server started automatically
|
||||
|
|
|
@ -10,7 +10,7 @@ PERFORCE_ROOT="/usr/p4root"
|
|||
#
|
||||
# Perforce options (see man p4d)
|
||||
#
|
||||
PERFORCE_OPTIONS="-v server=1 -L /var/log/perforce"
|
||||
PERFORCE_OPTIONS="-d -v server=1 -L /var/log/perforce"
|
||||
|
||||
#
|
||||
# Uncomment this line to have the server started automatically
|
||||
|
|
Loading…
Reference in a new issue