aboutsummaryrefslogtreecommitdiffstats
path: root/roles/rc/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/rc/templates')
-rw-r--r--roles/rc/templates/rc_alpine.j29
1 files changed, 8 insertions, 1 deletions
diff --git a/roles/rc/templates/rc_alpine.j2 b/roles/rc/templates/rc_alpine.j2
index 217cd05..5720f2e 100644
--- a/roles/rc/templates/rc_alpine.j2
+++ b/roles/rc/templates/rc_alpine.j2
@@ -2,6 +2,13 @@
#
# managed by Ansible
+supervisor="supervise-daemon"
+
+description="{{ rc_name }} {{ rc_description }}"
+description_reload="Reload {{ rc_name }}"
+
command="{{ rc_cmd }}"
command_args="{{ rc_args }}"
-user="{{ rc_user }}"
+command_user="{{ rc_user }}"
+
+directory="{{ rc_dir }}"
remember that computers suck.