summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/recipes-phosphor/console/obmc-console/obmc-console@.service
blob: 246544a629bf080fbf9b8fc1b864302a2dc773f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Phosphor Console Muxer listening on device /dev/%I
BindsTo=dev-%i.device
After=dev-%i.device

[Service]
ExecStart=/usr/bin/env obmc-console-server --config {sysconfdir}/obmc-console.conf %i
SyslogIdentifier=obmc-console-server
Restart=always

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