roles/puma_install/templates/puma_init.j2 in taperole-2.0.4 vs roles/puma_install/templates/puma_init.j2 in taperole-2.0.5
- old
+ new
@@ -1,6 +1,19 @@
#!/usr/bin/env bash
+### BEGIN INIT INFO
+# Provides: puma
+# Required-Start:
+# Required-Stop:
+# Should-Start:
+# Should-Stop:
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: puma rails server
+# Description: puma serves rails fast
+### END INIT INFO
+
+
# This monit wrapper script will be called by monit as root
# Edit these variables to your liking
RAILS_ENV={{ be_app_env }}
USER={{ deployer_user.name }}