waifu2x.upstart.conf 217 B

1234567891011
  1. # waifu2x upstart script
  2. description "waifu2x"
  3. author "[email protected]"
  4. start on runlevel [2345]
  5. stop on runlevel [016]
  6. setuid ubuntu
  7. setgid ubuntu
  8. chdir /home/ubuntu/waifu2x
  9. exec ./appendix/run-web.sh
  10. respawn