1
0
Fork 0
mirror of synced 2024-06-24 01:00:41 +12:00
waifu2x/appendix/waifu2x.upstart.conf

12 lines
217 B
Plaintext
Raw Normal View History

2015-05-17 06:59:49 +12:00
# waifu2x upstart script
description "waifu2x"
author "nagadomi@nurs.or.jp"
start on runlevel [2345]
stop on runlevel [016]
setuid ubuntu
setgid ubuntu
chdir /home/ubuntu/waifu2x
exec ./appendix/run-web.sh
respawn