11 lines
160 B
Desktop File
11 lines
160 B
Desktop File
[Unit]
|
|
Description=Power on host
|
|
After=firmware-updates.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/host_poweron.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|