perforce-server.conf #1

  • //
  • guest/
  • matt_attaway/
  • webkeeper/
  • manifests/
  • files/
  • perforce-server.conf
  • View
  • Commits
  • Open Download .zip Download (231 B)
description "starts the Perforce server for the Swarm dev environment"
start on runlevel [23]
console log

respawn
respawn limit 100 10

exec su vagrant -c "sleep 10; /vagrant/perforce/p4d -d -p 1666 -r /vagrant/perforce || true"

# Change User Description Committed
#1 8433 Matt Attaway Test environement for working with Webkeeper using vagrant.
Just sync and type 'vagrant up'