sync notes(auto)

This commit is contained in:
kaz Saita@raspi4 2024-02-26 21:45:12 +09:00
parent 45ea6f28a1
commit 6cb68c1f88
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# 20240216092256 Adguardの導入方法
#tech #android
Androidで広告ブロックできるソフト AdGuardのまとめwikiより、インストールと設定方法。
※ 正規の方法ではインストールできない。
https://wikiwiki.jp/nanj-adguard/AdGuard%E5%B0%8E%E5%85%A5%E6%B3%95

View file

@ -0,0 +1,12 @@
# 20240222223759 systemdでtimerを使う
#tech #systemd #server
- ファイルが2つ必要 \*.serviceと、 \*.timer ファイル名は拡張子以外が同じである必要がある。
- enableにしたり、startしたりするのは、 timerの方。
- systemの方は `Type=oneshot`がいいかも。
- 「15分ごとに実行」は OnCalendar=*:0/15
## Refs.
- [Systemdのtimer設定チートシートコマンドまとめ - はまたんく](https://gamingpc.one/dev/systemd-timer-cheat/)
- [systemd timer every 15 minutes - Unix & Linux Stack Exchange](https://unix.stackexchange.com/questions/126786/systemd-timer-every-15-minutes)
- [systemd.time](https://www.freedesktop.org/software/systemd/man/latest/systemd.time.html)