summarylogtreecommitdiffstats
path: root/ntpdsync.install
blob: 49bf1b00f6d3f08ecbae411a165dd17e2959bf6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

build() {
    add_binary /usr/bin/ntpd
    add_file /etc/ntp.conf
    add_runscript
}

help() {
    cat<<EOF
Synchronize time using ntpd
EOF
}