1
0
Fork 0
mirror of synced 2024-05-03 20:42:24 +12:00
waifu2x/appendix/waifu2x.upstart.conf
2015-05-17 03:59:49 +09:00

12 lines
217 B
Plaintext

# 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