13 lines
212 B
Desktop File
13 lines
212 B
Desktop File
[Unit]
|
|
Description=Poweron Host Server
|
|
Requires=host-gpio.service
|
|
After=host-gpio.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/sbin/power-util mb on
|
|
SyslogIdentifier=power-util
|
|
|
|
[Install]
|
|
WantedBy=basic.target
|