blob: b9a6c99a498a707e89f99e8d31bfb6620ed3e37f [file] [log] [blame]
[Unit]
Description=Phosphor Console Muxer
BindsTo=dev-ttyVUART0.device
After=dev-ttyVUART0.device
[Service]
# TODO: openbmc/obmc-console#5 - Restore this to 'obmc-console-server ttyVUART0'
ExecStart=/bin/sh -c 'realpath /dev/ttyVUART0 | xargs basename | xargs {sbindir}/obmc-console-server'
Restart=always
[Install]
WantedBy={SYSTEMD_DEFAULT_TARGET}