Advertisement
Guest User

Untitled

a guest
Jan 8th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # Ubuntu upstart file at /etc/init/slice-cme.conf
  2.  
  3. description "Slice CME Application"
  4.  
  5. start on runlevel [2345]
  6. stop on runlevel [06]
  7.  
  8. script
  9. exec sleep 5000 &
  10. end script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement