tree: fix more

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-08-25 14:32:08 +02:00
parent 4b0a3f0225
commit 3dee54b66b
3 changed files with 7 additions and 6 deletions

View File

@ -25,7 +25,7 @@ After=multi-user.target
User=root
Type=simple
Restart=on-failure
RestartSec=5s
RestartSec=5
ExecStart=/usr/bin/amepatch.sh
[Install]

View File

@ -31,8 +31,8 @@ After=multi-user.target
User=root
Type=simple
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/arcdns.sh ${2}
RestartSec=10
ExecStart=/usr/bin/arcdns.sh "${2}"
[Install]
WantedBy=multi-user.target

View File

@ -30,7 +30,8 @@ After=udevrules.service
User=root
Type=simple
Restart=on-failure
RestartSec=10s
RestartSec=10
ExecStartPre=sleep 30
ExecStart=/usr/bin/scaler.sh
[Install]
@ -56,8 +57,8 @@ After=udevrules.service
User=root
Type=simple
Restart=on-failure
RestartSec=10s
ExecStart=/usr/bin/rescaler.sh ${2}
RestartSec=10
ExecStart=/usr/bin/rescaler.sh "${2}"
[Install]
WantedBy=multi-user.target