mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 13:40:51 +07:00
hdddb: add more options
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
ab966824c1
commit
754f480985
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user