# vim /etc/default/pootle
# /etc/init.d/pootle start Starting Pootle daemon: PootleServer....
# ps ax PID TTY STAT TIME COMMAND ... 4003 pts/1 S 0:00 /usr/bin/python /usr/sbin/PootleServer -B --pidfile=/var/run/pootle/...
# /bin/netstat -pln Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 4003/python tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2611/apache2
# cd /etc/pootle/ # vim users.prefs
# /etc/init.d/pootle restart Stopping Pootle daemon: PootleServer.... Starting Pootle daemon: PootleServer....