[ create a new paste ] login | about

Project: apertium
Link: http://apertium.codepad.org/oGjzmx3o    [ raw code | fork ]

unhammer - Perl, pasted on Oct 16:
1
2
3
4
5
6
7
8
9
10
11
12
13
description	"apertium-apy is a translation server and API for apertium"    

start on runlevel [2345]
stop on runlevel [!2345]

respawn
# if we restart > 10 times within 5 seconds, mark as failed and give up:
respawn limit 10 5

# run it as user "me", not root:
setuid me

exec /home/me/src/apertium/trunk/apertium-tools/apertium-apy/servlet.py /home/me/src/apertium/trunk 2737


Create a new paste based on this one


Comments: