1[Unit]
2Requires=obmc-console@@HOST_TTY@.service
3After=obmc-console@@HOST_TTY@.service
4
5[Service]
6Type=simple
7SyslogIdentifier=host-console
8ExecStart=/usr/bin/host-console-filtered.sh
9
10[Install]
11WantedBy=multi-user.target
12