diff options
| author | Marc Vertes <mvertes@free.fr> | 2022-01-15 15:11:21 +0000 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2022-01-15 15:11:21 +0000 |
| commit | 91ab9920cae1b0d80e6d108001b03a706f5ef2ba (patch) | |
| tree | 4cce3b2826c805873268fdcf4513eb55a93c737d /sntpc/sntpc.service | |
| parent | 76fb383a3f6426be3190947ebf808a17e51a4ddf (diff) | |
add patch command, add sntpc
Diffstat (limited to 'sntpc/sntpc.service')
| -rw-r--r-- | sntpc/sntpc.service | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
