integrate reHDD

This commit is contained in:
2024-06-22 22:05:36 +02:00
parent a6306ab0cb
commit d5eaecf672
16 changed files with 132 additions and 27 deletions

View File

@ -0,0 +1,16 @@
[Install]
WantedBy=multi-user.target
[Unit]
Description=reHDD start helper
After=syslog.target
[Service]
Type=oneshot
User=root
Group=root
RemainAfterExit=yes
ExecStart=/usr/bin/bash /root/reHDD/scripts/reHDDStartHelper.bash
[Install]
WantedBy=multi-user.target