Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Ubuntu upstart file at /etc/init/slice-cme.conf
- description "Slice CME Application"
- start on runlevel [2345]
- stop on runlevel [06]
- script
- exec sleep 5000 &
- end script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement