blob: 26e452c3cb5bd27d3d4a4f02a3eb5a4034e59ae8 [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]
12WantedBy={SYSTEMD_DEFAULT_TARGET}