summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-system/startup-hacks.service
blob: 2fca98649e9332cfe94a1f9798a86e1e083588c0 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Startup Hacks

[Service]
Restart=no
Type=oneshot
ExecStart={sbindir}/startup_hacks.sh

[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}