Skip to content

Instantly share code, notes, and snippets.

@dominictarr
Created October 15, 2014 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dominictarr/375da2215246b49a2fd8 to your computer and use it in GitHub Desktop.
Save dominictarr/375da2215246b49a2fd8 to your computer and use it in GitHub Desktop.
ubuntu@ip-172-30-0-124|14:28|~ $ service megafunnel-view start
start: Rejected send message, 1 matched rules; type="method_call", sender=":1.12" (uid=1000 pid=5133 comm="start megafunnel-view ") interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)" requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init ")
description "megafunnel-view job configuration"
author "dev@mic.com"
start on runlevel [2345]
stop on runlevel [^2345]
# set max file descriptors to 65536 (soft/hard)
limit nofile 65536 65536
respawn
setuid ubuntu
setgid ubuntu
console log
exec node /usr/local/bin/megafunnel-view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment