Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
description "Rserve (TCP/IP server for running R expressions)"
setuid aa
setgid aa
expect daemon
env R_HOME=/usr/lib/R
script
exec /usr/local/lib/R/site-library/Rserve/libs/Rserve --quiet --vanilla
end script
respawn
Owner

cschneid commented Feb 18, 2015

root@aa:/etc/init# service rserve start
^C
root@aa:/etc/init# service rserve status
rserve start/spawned, process 16094
root@aa:/etc/init# ps aux | grep Rserve | grep -v grep
aa       16094  0.0  0.4 110956 28488 ?        Ss   22:01   0:00 /usr/local/lib/R/site-library/Rserve/libs/Rserve --quiet --vanilla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment