@ -656,6 +657,19 @@ Software for management of [router](https://en.wikipedia.org/wiki/Router_(comput
- [systemd-nspawn](https://www.freedesktop.org/software/systemd/man/systemd-nspawn.html) - Lightweight, chroot-like, environment to run an OS or command directly under systemd. ([Source Code](https://github.com/systemd/systemd)) `GPL-2.0``C`
- [systemd-nspawn](https://www.freedesktop.org/software/systemd/man/systemd-nspawn.html) - Lightweight, chroot-like, environment to run an OS or command directly under systemd. ([Source Code](https://github.com/systemd/systemd)) `GPL-2.0``C`
### Time Servers
**[`^ back to top ^`](#awesome-sysadmin)**
Time synchronization servers and clients (NTP, PTP, Roughtime).
- [Chrony](https://chrony-project.org/) - A versatile implementation of the Network Time Protocol (NTP).
- [NTPsec](https://www.ntpsec.org/) - A secure, hardened, and improved implementation of Network Time Protocol derived from NTP Classic.
- [OpenNTPD](https://www.openntpd.org/) - A FREE, easy to use implementation of the Network Time Protocol.
- [Roughenough](https://github.com/int08h/roughenough) - A Roughtime secure time synchronization client and server.
- [Statime](https://github.com/pendulum-project/statime) - A Precision Time Protocol (PTP) implementation in Rust.