Martin wrote:
On Sat, Aug 30, 2008 at 5:56 AM, Kent West <[EMAIL PROTECTED]> wrote:
case "$1" in
start)
echo -n "Starting $DESC: "
start-stop-daemon -c $USER --start --quiet --pidfile $PIDFILE --exec
$DAEMON -- $OPT \
> /dev/null
hmm looks to my that either y
Hi,
On Sat, Aug 30, 2008 at 5:56 AM, Kent West <[EMAIL PROTECTED]> wrote:
> I'm trying to run Maple12 from my Debian box. I've hacked a startup script
> together that looks like this:
> case "$1" in
> start)
> echo -n "Starting $DESC: "
> start-stop-daemon -c $USER --start --quiet --p
2 matches
Mail list logo