aboutsummaryrefslogtreecommitdiffstats
path: root/roles/rc/templates/rc_alpine.j2
blob: 5720f2e33bc8175b869d087920d1466735ae03bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
#
# managed by Ansible

supervisor="supervise-daemon"

description="{{ rc_name }} {{ rc_description }}"
description_reload="Reload {{ rc_name }}"

command="{{ rc_cmd }}"
command_args="{{ rc_args }}"
command_user="{{ rc_user }}"

directory="{{ rc_dir }}"
remember that computers suck.