mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-20 05:07:34 +02:00
Compare commits
No commits in common. "fe16d45f144a380741c3cae867ba76f32289cf7f" and "f3c9d1006b141d7dceb140526b8deb7b434562f3" have entirely different histories.
fe16d45f14
...
f3c9d1006b
@ -68,12 +68,12 @@ repos:
|
|||||||
|
|
||||||
# prettier, opinionated code formatter
|
# prettier, opinionated code formatter
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||||
rev: "v3.0.1"
|
rev: "v3.0.0"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
exclude_types: [python, pyi, jupyter]
|
exclude_types: [python, pyi, jupyter]
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
["prettier@3.0.1", "prettier-plugin-nginx@1.0.3"]
|
["prettier@3.0.0", "prettier-plugin-nginx@1.0.3"]
|
||||||
|
|
||||||
# Black, opinionated Python code formatter
|
# Black, opinionated Python code formatter
|
||||||
# - repo: https://github.com/psf/black
|
# - repo: https://github.com/psf/black
|
||||||
|
@ -1 +1 @@
|
|||||||
../service.d/never-fail.conf
|
../yggdrasil.service.d/never-fail.conf
|
@ -2,7 +2,7 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=DNS over HTTPS resolver
|
Description=DNS over HTTPS resolver
|
||||||
# /etc/resolv.conf -> unbound -> dnsproxy
|
# /etc/resolv.conf -> unbound -> dnsproxy
|
||||||
After=network-pre.target
|
After=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
@ -16,4 +16,4 @@ RestartSec=5s
|
|||||||
User=unbound
|
User=unbound
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target unbound.service
|
WantedBy=multi-user.target
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
# This file stops services from failing and will keep attempting to always
|
|
||||||
# restart them. Regardless of the location in my dotfiles, I would not place
|
|
||||||
# it here in the actual /etc
|
|
||||||
[Service]
|
|
||||||
Restart=always
|
|
||||||
RestartSec=5s
|
|
@ -1,2 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Requires=dnsproxy.service
|
|
@ -1 +1 @@
|
|||||||
../service.d/never-fail.conf
|
../yggdrasil.service.d/never-fail.conf
|
@ -1 +0,0 @@
|
|||||||
../service.d/never-fail.conf
|
|
4
etc/systemd/system/yggdrasil.service.d/never-fail.conf
Normal file
4
etc/systemd/system/yggdrasil.service.d/never-fail.conf
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# To never stop retrying to start
|
||||||
|
[Service]
|
||||||
|
Restart=always
|
||||||
|
RestartSec=5s
|
Loading…
x
Reference in New Issue
Block a user