summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-core/at-scale-debug/files/com.intel.AtScaleDebug.service
blob: 744982703bcae987e4cc4d96591fc9baee3b2737 (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 -k /home/root/server.pem
Type=simple
SyslogIdentifier=asd

[Install]
WantedBy=multi-user.target