mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
tree: fix syntax
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
e9f3d1d082
commit
c03032464a
@ -28,8 +28,9 @@ After=multi-user.target
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartSec=30s
|
||||
ExecStart=/usr/sbin/scaler.sh
|
||||
|
||||
[X-Synology]
|
||||
@ -49,9 +50,9 @@ After=multi-user.target
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Type=on-failure
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/sbin/rescaler.sh ${2}
|
||||
|
||||
|
@ -29,8 +29,9 @@ After=multi-user.target
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/ledcontrol.sh on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user