28 lines
678 B
Plaintext
28 lines
678 B
Plaintext
#-------------------------------------------------------------------------------
|
|
# p4dctl configuration file for Helix Core Server
|
|
#-------------------------------------------------------------------------------
|
|
|
|
p4d master
|
|
{
|
|
Owner = perforce
|
|
Execute = /opt/perforce/sbin/p4d
|
|
Umask = 077
|
|
|
|
# Enabled by default.
|
|
Enabled = true
|
|
|
|
Environment
|
|
{
|
|
P4ROOT = /perforce-data/root
|
|
P4USER = hurlu
|
|
P4SSLDIR = ssl
|
|
PATH = /bin:/usr/bin:/usr/local/bin:/opt/perforce/bin:/opt/perforce/sbin
|
|
|
|
# Enables nightly checkpoint routine
|
|
# This should *not* be considered a complete backup solution
|
|
MAINTENANCE = true
|
|
}
|
|
|
|
}
|
|
|