Advertisement
Guest User

Untitled

a guest
Aug 14th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. description "Run node-webkit"
  2. respawn
  3. respawn limit 3 5
  4. start on runlevel [2345]
  5. stop on runlevel [06]
  6. script
  7. cd $DIR
  8. xhost +local:root
  9. export DISPLAY=:0.0
  10. exec ./nw >> error.log 2>&1
  11. end script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement