27 lines
656 B
Plaintext
27 lines
656 B
Plaintext
#-------------------------------------------------------------------------------
|
|
# Template p4dctl configuration file for Helix Core Server
|
|
#-------------------------------------------------------------------------------
|
|
|
|
p4d %NAME%
|
|
{
|
|
Owner = perforce
|
|
Execute = /opt/perforce/sbin/p4d
|
|
Umask = 077
|
|
|
|
# Enabled by default.
|
|
Enabled = true
|
|
|
|
Environment
|
|
{
|
|
P4ROOT = %ROOT%
|
|
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
|
|
}
|
|
|
|
}
|
|
|