Many updates.

This commit is contained in:
Darren 'Tadgy' Austin 2024-07-06 15:48:30 +01:00
commit 7ccb1aa296
37 changed files with 96 additions and 43 deletions

View file

@ -0,0 +1 @@
/supervise

View file

@ -0,0 +1 @@
/etc/default/terraform-http-backend

View file

@ -0,0 +1 @@
/supervise

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t terraform-http-backend -p daemon

View file

@ -0,0 +1,4 @@
#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec chpst -u _ts:_ts /opt/bin/terraform-http-backend 2>&1