hdddb: add more options

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-05-29 23:00:47 +02:00
parent ab966824c1
commit 754f480985

View File

@ -22,7 +22,7 @@ if [ "${1}" = "late" ]; then
echo "[Service]" >>${DEST}
echo "Type=oneshot" >>${DEST}
echo "RemainAfterExit=yes" >>${DEST}
echo "ExecStart=/usr/bin/hdddb.sh -nfre" >>${DEST}
echo "ExecStart=/usr/bin/hdddb.sh -nfreiwp" >>${DEST}
echo >>${DEST}
echo "[Install]" >>${DEST}
echo "WantedBy=multi-user.target" >>${DEST}