mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "16ddfd92e88f5e2f7ca35d43395eafa59c1279cf" and "88f443911f4908d3a11ac93ac7dfe84f8fb2cca7" have entirely different histories.
16ddfd92e8
...
88f443911f
@ -2,6 +2,4 @@ exec --no-startup-id foot --title=system\ journal journalctl -f
|
||||
exec --no-startup-id foot --title=user\ journal journalctl -f --user
|
||||
exec --no-startup-id foot --title=iwd\ log journalctl -u iwd -f
|
||||
exec --no-startup-id foot --title=unbound\ log journalctl -u unbound -f
|
||||
# Debian uses chrony, Fedora chronyd. Comment inappropiate.
|
||||
exec --no-startup-id foot --title=chrony\ log journalctl -u chrony -f
|
||||
exec --no-startup-id foot --title=chronyd\ log journalctl -u chronyd -f
|
||||
|
@ -1,9 +1,7 @@
|
||||
# Public official Finnish time server
|
||||
# https://www.vttresearch.com/en/ourservices/time-finland-ntp-network-time-service
|
||||
# https://monitor.mikes.fi/ntp/
|
||||
server time.mikes.fi iburst
|
||||
server time1.mikes.fi iburst
|
||||
server time2.mikes.fi iburst
|
||||
server time3.mikes.fi iburst
|
||||
|
||||
# Chrony according to https://monitor.mikes.fi/ntp/ thus known to support
|
||||
# xleave
|
||||
server time1.mikes.fi iburst xleave
|
||||
|
@ -1,12 +1,13 @@
|
||||
# For more information about Yggdrasil, refer to
|
||||
# https://yggdrasil-network.github.io/
|
||||
server y.etro.mikaela.info iburst xleave
|
||||
|
||||
# These are not servers.
|
||||
# Maybe Yggdrasils should have auto_offline in general?
|
||||
|
||||
# iburst - everything has it
|
||||
# auto_offline - this is a laptop so it may go offline, no need to spam
|
||||
# xleave - this is Chrony so it's supported
|
||||
#server y.kincarron.mikaela.info iburst auto_offline xleave
|
||||
server y.sedric.mikaela.info iburst auto_offline xleave
|
||||
server y.zaldaryn.mikaela.info iburst auto_offline xleave
|
||||
server y.rbtpzn.mikaela.info iburst auto_offline xleave
|
||||
server y.lumina.aminda.eu iburst auto_offline xleave
|
||||
|
||||
# Somewhat dead devices
|
||||
#server y.kincarron.mikaela.info iburst auto_offline xleave
|
||||
# Actual 24/7 VPS
|
||||
server y.etro.mikaela.info iburst auto_offline xleave
|
||||
|
Loading…
x
Reference in New Issue
Block a user