blob: d84fca90bc0f750ba2b93b190317d861a8d94cc1 [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]
7# TODO: openbmc/obmc-console#5 - Restore this to 'obmc-console-server ttyVUART0'
8ExecStart=/bin/sh -c 'realpath /dev/%i | xargs basename | xargs {sbindir}/obmc-console-server'
9Restart=always
10
11[Install]
12WantedBy={SYSTEMD_DEFAULT_TARGET}