summaryrefslogtreecommitdiffstats
path: root/meta-rcs/meta-blackbird/recipes-phosphor/chassis/fpga-config/fpga-config.service
blob: bf64de961fdf16611cb160f76a552d08975d8641 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Set up FPGA
Requires=sysinit.target
After=sysinit.target

[Service]
ExecStart=/usr/bin/env fpga-setup.sh
SyslogIdentifier=fpga-setup.sh
Type=oneshot
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
OpenPOWER on IntegriCloud