Search found 1 match

by Antipyrine
Wed Nov 20, 2013 2:47 pm
Forum: Server Setup & Guides
Topic: Ubuntu Server 13.04 Setup - x86 & x64
Replies: 35
Views: 23467

Re: Ubuntu Server 13.04 Setup - x86 & x64

An alternative init.d script that works fairly well. Also, run the following to make it run at startup sudo update-rc.d ffxi defaults #!/bin/bash Home=/home/ffxi/dsp/ Connect=dsconnect Game=dsgame Search=dssearch ffxi_start () { if [[ `ps -ef | grep -c [d]sconnect` > 0 || `ps -ef | grep -c [d]sgame`...