tree: update services

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-20 20:30:00 +02:00
parent f2768c689d
commit 325331ec91
3 changed files with 7 additions and 1 deletions

View File

@ -17,9 +17,12 @@ if [ "${1}" = "late" ]; then
cat > ${DEST} <<EOF
[Unit]
Description=addon amepatch
DefaultDependencies=no
IgnoreOnIsolate=true
After=multi-user.target
[Service]
User=root
Type=simple
Restart=on-failure
RestartSec=5s

View File

@ -23,7 +23,7 @@ After=multi-user.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/hdddb.sh -nfreSwp
ExecStart=/usr/bin/hdddb.sh -nfrewp
[Install]
WantedBy=multi-user.target

View File

@ -14,9 +14,12 @@ if [ "${1}" = "late" ]; then
cat << EOF > ${DEST}
[Unit]
Description=addon amepatch
DefaultDependencies=no
IgnoreOnIsolate=true
After=multi-user.target
[Service]
User=root
Type=simple
Restart=on-failure
RestartSec=5s