Add a few files to tracking.
This commit is contained in:
parent
2e39c46c0e
commit
9d4458ff22
6 changed files with 53 additions and 0 deletions
18
etc/filesystems
Normal file
18
etc/filesystems
Normal file
|
@ -0,0 +1,18 @@
|
|||
ext4
|
||||
ext3
|
||||
ext2
|
||||
iso9660
|
||||
exfat
|
||||
vfat
|
||||
ntfs
|
||||
msdos
|
||||
reiserfs
|
||||
btrfs
|
||||
jfs
|
||||
xfs
|
||||
f2fs
|
||||
squashfs
|
||||
romfs
|
||||
udf
|
||||
minix
|
||||
*
|
31
etc/ntp.conf
Normal file
31
etc/ntp.conf
Normal file
|
@ -0,0 +1,31 @@
|
|||
# NTP servers to sync to.
|
||||
server gw.afterdark.lan
|
||||
|
||||
# Sync to local clock if no servers are available.
|
||||
server 127.127.1.0
|
||||
fudge 127.127.1.0 stratum 10
|
||||
|
||||
# By default, restrict access to the service.
|
||||
restrict -4 default limited nomodify noquery nopeer notrap kod
|
||||
restrict -6 default limited nomodify noquery nopeer notrap kod
|
||||
|
||||
# Allow localhost to query the service, but nothing else.
|
||||
restrict -4 127.0.0.1 limited nomodify nopeer notrap kod
|
||||
restrict -6 ::1 limited nomodify nopeer notrap kod
|
||||
|
||||
# Allow local networks to sync with us.
|
||||
# Edit the network address and mask below, and uncomment.
|
||||
# restrict 192.168.1.0 mask 255.255.255.0 limited nomodify nopeer notrap kod
|
||||
|
||||
# Where to store the drift calculation.
|
||||
driftfile /var/db/ntpd/drift
|
||||
|
||||
# Stats should be written here.
|
||||
statsdir /var/db/ntpd/stats
|
||||
|
||||
# PID file location.
|
||||
pidfile /run/ntpd.pid
|
||||
|
||||
# Disable the ntpdc -c monlist command, which is insecure and can be used
|
||||
# to cause a denial of service attack (CVE-2013-5211).
|
||||
disable monitor
|
1
etc/runit/runsvdir/default/autofs
Symbolic link
1
etc/runit/runsvdir/default/autofs
Symbolic link
|
@ -0,0 +1 @@
|
|||
/etc/sv/autofs
|
1
etc/runit/runsvdir/default/dcron
Symbolic link
1
etc/runit/runsvdir/default/dcron
Symbolic link
|
@ -0,0 +1 @@
|
|||
/etc/sv/dcron
|
1
etc/runit/runsvdir/default/ntpd
Symbolic link
1
etc/runit/runsvdir/default/ntpd
Symbolic link
|
@ -0,0 +1 @@
|
|||
/etc/sv/ntpd
|
1
etc/runit/runsvdir/default/vmtoolsd
Symbolic link
1
etc/runit/runsvdir/default/vmtoolsd
Symbolic link
|
@ -0,0 +1 @@
|
|||
/etc/sv/vmtoolsd
|
Loading…
Add table
Add a link
Reference in a new issue