#!/bin/bash
# Show the callattendent service log. Start the log ~40 lines back
# so we can see the call attendant's configuration dump.

sudo journalctl --follow -n 40 --no-hostname -u callattendant.service
