added deployment scripts

This commit is contained in:
2022-05-17 07:43:26 +02:00
parent 7f0926a271
commit 42bc26eac9
12 changed files with 149 additions and 63 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