mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 13:40:51 +07:00
tree: update services
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
f2768c689d
commit
325331ec91
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user