mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
tree: fix more
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
4b0a3f0225
commit
3dee54b66b
@ -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]
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user