Merge branch 'master' of ssh://git.paulbsd.com:2222/paulbsd/paulbsd-salt
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
683360a235
@ -10,6 +10,17 @@ systemd:
|
|||||||
networkd:
|
networkd:
|
||||||
Network:
|
Network:
|
||||||
SpeedMeter: "yes"
|
SpeedMeter: "yes"
|
||||||
|
resolved:
|
||||||
|
Resolve:
|
||||||
|
DNS: 9.9.9.9 149.112.112.112 2620:fe::fe 2620:fe::9
|
||||||
|
Domains: paulbsd.com
|
||||||
|
LLMNR: "no"
|
||||||
|
MulticastDNS: "no"
|
||||||
|
DNSSEC: "no"
|
||||||
|
DNSOverTLS: "no"
|
||||||
|
DNSStubListener: "yes"
|
||||||
|
Cache: "yes"
|
||||||
|
ReadEtcHosts: "yes"
|
||||||
presets:
|
presets:
|
||||||
ssh:
|
ssh:
|
||||||
- enable ssh.service
|
- enable ssh.service
|
||||||
|
@ -13,6 +13,7 @@ ExecStartPre=/usr/local/bin/vector validate
|
|||||||
ExecStart=/usr/local/bin/vector
|
ExecStart=/usr/local/bin/vector
|
||||||
ExecReload=/usr/local/bin/vector validate
|
ExecReload=/usr/local/bin/vector validate
|
||||||
ExecReload=/bin/kill -HUP $MAINPID
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
ExecStop=/bin/kill $MAINPID
|
||||||
Restart=always
|
Restart=always
|
||||||
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
AmbientCapabilities=CAP_NET_BIND_SERVICE
|
||||||
EnvironmentFile=-/etc/default/vector
|
EnvironmentFile=-/etc/default/vector
|
||||||
|
Loading…
Reference in New Issue
Block a user