debian-unattended/postinstall/init.service
Bryan Joshua Pedini 935aa95ec7 added postinstall scripts
they will be versioned and accessed through a git web interface instead of a static website
2025-04-20 23:07:55 +02:00

9 lines
141 B
Desktop File

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