summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/at-scale-debug/files/com.intel.AtScaleDebug.service
blob: a7c238ffe81566fe2d4af7c0746b090416708b07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Intel BMC At Scale Debug
Requires=network-online.target

[Service]
Restart=always
RestartSec=30
ExecStart={bindir}/asd
Type=simple
SyslogIdentifier=asd

[Install]
WantedBy=multi-user.target