added postinstall scripts

they will be versioned and accessed through a git web interface instead of a static website
This commit is contained in:
2025-04-20 23:07:55 +02:00
parent e163e59d09
commit 935aa95ec7
2 changed files with 53 additions and 0 deletions

8
postinstall/init.service Normal file
View File

@@ -0,0 +1,8 @@
[Unit]
Description=Postinstall Init
[Service]
ExecStart=/usr/bin/env bash /debian-postinstall-init.sh
[Install]
WantedBy=multi-user.target