Initial commit of configuration for core.
This commit is contained in:
parent
8e36b0cb0f
commit
65362a2ccb
48 changed files with 3138 additions and 0 deletions
6
etc/local.d/terraform-http-backend.start
Executable file
6
etc/local.d/terraform-http-backend.start
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
[ ! -r /etc/conf.d/terraform-http-backend ] && exit 1
|
||||
source /etc/conf.d/terraform-http-backend || exit 1
|
||||
|
||||
doas -u thb /opt/sbin/terraform-http-backend >/dev/null 2>&1 &
|
Loading…
Add table
Add a link
Reference in a new issue