aboutsummaryrefslogtreecommitdiffstats
path: root/roles/rc/templates/rc_alpine.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/rc/templates/rc_alpine.j2')
-rw-r--r--roles/rc/templates/rc_alpine.j27
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/rc/templates/rc_alpine.j2 b/roles/rc/templates/rc_alpine.j2
new file mode 100644
index 0000000..217cd05
--- /dev/null
+++ b/roles/rc/templates/rc_alpine.j2
@@ -0,0 +1,7 @@
+#!/sbin/openrc-run
+#
+# managed by Ansible
+
+command="{{ rc_cmd }}"
+command_args="{{ rc_args }}"
+user="{{ rc_user }}"
remember that computers suck.