blob: 246544a629bf080fbf9b8fc1b864302a2dc773f1 [file] [log] [blame]
Vishwanatha Subbanna5f3a19b2016-10-01 11:34:42 -05001[Unit]
2Description=Phosphor Console Muxer listening on device /dev/%I
3BindsTo=dev-%i.device
4After=dev-%i.device
5
6[Service]
Michael Tritzfbd81be2017-08-15 14:07:23 -05007ExecStart=/usr/bin/env obmc-console-server --config {sysconfdir}/obmc-console.conf %i
8SyslogIdentifier=obmc-console-server
Vishwanatha Subbanna5f3a19b2016-10-01 11:34:42 -05009Restart=always
10
11[Install]
Patrick Ventured607cfb2019-04-04 12:15:22 -070012WantedBy=multi-user.target