Initial commit
This commit is contained in:
commit
c30d65b16e
14 changed files with 301 additions and 0 deletions
7
templates/checker.init.j2
Normal file
7
templates/checker.init.j2
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/sbin/openrc-run
|
||||
|
||||
description="Maatma interface, API and more"
|
||||
command="/usr/sbin/checker"
|
||||
command_args="-dsn '{{ mysql_maatma.username }}:{{ mysql_maatma.password }}@tcp({{ mysql_endpoint.host }}:{{ mysql_endpoint.port}})/{{ mysql_maatma.database }}'"
|
||||
start_stop_daemon_args="--background --quiet"
|
||||
pidfile="/var/run/$SVCNAME.pid"
|
||||
Loading…
Add table
Add a link
Reference in a new issue