Add webhook service
This commit is contained in:
parent
297325cce5
commit
7400ef19ad
5 changed files with 95 additions and 4 deletions
_ansible/roles/webhook/files
4
_ansible/roles/webhook/files/teamspeak-fallback-db
Executable file
4
_ansible/roles/webhook/files/teamspeak-fallback-db
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
chown -R "${TEAMSPEAK_USER}:${TEAMSPEAK_GROUP}" /mnt/teamspeak-fallback-data
|
||||
install -o "${TEAMSPEAK_USER}" -g "${TEAMSPEAK_GROUP}" -m 644 "$WEBHOOK_DATA" "/mnt/teamspeak-fallback-data/ts3server.sqlitedb"
|
Reference in a new issue