Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
meta-phosphor
/
a9606be0eabf7648393182cae587560d84f1a14b
/
.
/
common
/
recipes-phosphor
/
system
/
obmc-mgr-system
/
startup-hacks.service
blob: 2fca98649e9332cfe94a1f9798a86e1e083588c0 [
file
] [
log
] [
blame
]
Brad Bishop
3c90f59
2016-08-08 08:53:13 -0400
[
diff
] [
blame
]
1
[
Unit
]
2
Description
=
Startup
Hacks
3
4
[
Service
]
5
Restart
=
no
6
Type
=
oneshot
7
ExecStart
={
sbindir
}/
startup_hacks
.
sh
8
9
[
Install
]
10
WantedBy
={
SYSTEMD_DEFAULT_TARGET
}