Initial commit

This commit is contained in:
2024-01-25 07:47:14 -06:00
commit 05577b5c91
9 changed files with 182 additions and 0 deletions

16
dch-firstboot.service Normal file
View File

@@ -0,0 +1,16 @@
[Unit]
After=network-online.target
Wants=network-online.target
Wants=time-sync.target
After=time-sync.target
Wants=systemd-growfs-root.service
After=systemd-growfs-root.service
[Service]
Type=idle
ExecStart=/usr/local/libexec/dch-firstboot.sh
ExecStartPost=-/usr/bin/systemctl disable %n
StandardOutput=journal+console
[Install]
WantedBy=multi-user.target