aboutsummaryrefslogtreecommitdiffstats
path: root/roles/rc/templates/os_alpine.j2
blob: a84d787f2fd72704bdb78adecb4bc9d10c0f37b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/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_runtime_dir }}"
remember that computers suck.