docs: add missing service file copy and chmod to stagger-spinup setup
Without cp stagger-spinup.service to /etc/systemd/system/ the enable step fails with 'unit does not exist'. Also add missing chmod +x. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -316,6 +316,7 @@ To check current speed: `ipmitool sdr type Fan`
|
||||
|
||||
```bash
|
||||
cp /opt/local_proxmox/scripts/stagger-spinup.sh /usr/local/sbin/stagger-spinup.sh
|
||||
chmod +x /usr/local/sbin/stagger-spinup.sh
|
||||
cp /opt/local_proxmox/scripts/stagger-spinup.service /etc/systemd/system/
|
||||
systemctl daemon-reload
|
||||
systemctl enable stagger-spinup.service
|
||||
|
||||
Reference in New Issue
Block a user