initial commit, mostly copied from another repo

This commit is contained in:
holger krekel
2023-10-12 15:06:48 +02:00
parent 54e7128abc
commit 8f70c4049a
17 changed files with 693 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -e
EVENT_NAME="$1"
[ "$EVENT_NAME" = "live-updated" ] || exit 42
systemctl restart nginx.service