Potin Lai | 016db31 | 2022-01-17 22:32:02 +0800 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Turn on AC at Sled%i |
Potin Lai | a8d258f | 2022-06-14 18:35:10 +0800 | [diff] [blame] | 3 | Requires=motor-init-calibration@%i.service |
Potin Lai | 016db31 | 2022-01-17 22:32:02 +0800 | [diff] [blame] | 4 | After=motor-init-calibration@%i.service |
Potin Lai | a8d258f | 2022-06-14 18:35:10 +0800 | [diff] [blame] | 5 | Conflicts=host-ac-off@%i.service |
Potin Lai | 016db31 | 2022-01-17 22:32:02 +0800 | [diff] [blame] | 6 | |
| 7 | [Service] |
| 8 | Type=oneshot |
| 9 | ExecStart=/usr/sbin/power-ctrl sled%i ac-on |
| 10 | SyslogIdentifier=power-ctrl |
| 11 | |
| 12 | [Install] |
| 13 | WantedBy=multi-user.target |