11 lines
194 B
Desktop File
11 lines
194 B
Desktop File
[Unit]
|
|
Description=System unit to hard reset or system reset chassis
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
ExecStart=i2cset -y 7 0x45 0xd9 c
|
|
|
|
[Install]
|
|
WantedBy=chassis-system-reset.target
|