From 91ab9920cae1b0d80e6d108001b03a706f5ef2ba Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sat, 15 Jan 2022 15:11:21 +0000 Subject: add patch command, add sntpc --- sntpc/sntpc.service | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sntpc/sntpc.service (limited to 'sntpc/sntpc.service') diff --git a/sntpc/sntpc.service b/sntpc/sntpc.service new file mode 100644 index 0000000..3c99322 --- /dev/null +++ b/sntpc/sntpc.service @@ -0,0 +1,9 @@ +[Unit] +Description=A simple NTP client for VMs + +[Service] +Type=simple +ExecStart=/usr/local/bin/sntpc -i 30 pool.ntp.org + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3