10 lines
181 B
Desktop File
10 lines
181 B
Desktop File
[Unit]
|
|
Description=Shutdown Host Server
|
|
Requires=host-gpio.service
|
|
After=host-gpio.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/power-util mb off
|
|
SyslogIdentifier=power-util
|