summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-gbs/hotswap-power-cycle/files/hotswap-power-cycle.service
blob: 57724f353f80ba4cf1ef571c883fd9df4c4d3cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Power Cycle by Hotswap Controller

[Service]
EnvironmentFile=/run/psu_timedelay
ExecStartPre=sleep $PSU_HARDRESET_DELAY
ExecStart=gpioset gpiochip6 26=1
Restart=no
Type=oneshot
RemainAfterExit=true
StandardOutput=syslog

[Install]
WantedBy=gbmc-psu-hardreset.target