#!/bin/sh
sed -n -e 's/^NTP=\(.*\).*/\1/p' /etc/systemd/timesyncd.conf
