public_notes/content/20240222223759 systemdでtimerを使う.md

12 lines
742 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)