linux-perforce-installer
linux-perforce-installer copied to clipboard
A shell script that will automate setting up a perforce server on a linux host.
Attempted to be lazy and use your installer. Ran into a problem though where a required directory wasn't able to be found which happens to be the directory where all...
Hello Allar, I'm using your Perforce and Digital Ocean [guide](https://allarsblog.com/2014/09/24/setup-perforce-digital/). But I have an issue when install your [perforce service](https://github.com/Allar/linux-perforce-installer/blob/master/p4dservice). I've been investigating the problem a bit and I think...
Doesn't running `p4d -d` through `daemon` on [this line](https://github.com/Allar/linux-perforce-installer/blob/master/p4dservice#L19) create an extraneous process that immediately forks off another one? Currently: ``` > ps aux | grep p4d perforce 7213 0.0...