summaryrefslogtreecommitdiffstats
path: root/meta-agl/meta-agl-basesystem/recipes-core/agl-systemd/files/setup_refhw.service
blob: 10875b285b92805e38ec8490986c9e4da6b6acdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Initialize Reference Hardware Settings
After=weston.service

[Service]
EnvironmentFile=/tool_9E_SI/env.txt
ExecStart=/tool_9E_SI/setup_refhw.sh
Type=oneshot
#StandardInput=tty
#TTYPath=/dev/tty1
#TTYReset=yes
#TTYVHangup=yes

[Install]
WantedBy=multi-user.target