Commit 67feb2db by e0d

cleanup

parent 931b6072
#!/bin/sh #!/bin/sh
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: seismic_web # Provides: cs_comments_service
# Required-Start: $local_fs $syslog # Required-Start: $local_fs $syslog
# Required-Stop: $local_fs $syslog # Required-Stop: $local_fs $syslog
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: Gunicorn processes for seismic_web # Short-Description: Sinatra process for cs_comments_service
### END INIT INFO ### END INIT INFO
# www-data is the default www user on debian
USER={{ forum_user }} USER={{ forum_user }}
NAME="cs_comments_service" NAME="cs_comments_service"
RETVAL=0 RETVAL=0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment