certrenew.service/README.md

14 lines
597 B
Markdown
Raw Normal View History

2022-06-18 01:55:49 +09:00
# certrenew.service
A sample to configure certbot auto renew with systemd
2022-06-18 02:09:10 +09:00
## Download
```sh
# assuming you have `wget` installed
wget -qO- l.sup39.dev/certrenew | sh -
```
## References
2022-06-18 01:55:49 +09:00
- [crontabを捨てsystemdに定期実行を任せよう。(narikei)](https://qiita.com/narikei/items/ca4823c7f6790f0cbe0b)
- [systemd .timerについて調べた事を記事にしておく(SOUICHIROU)](https://www.souichi.club/raspberrypi/systemd-timer/#OnCalendar)
- [How do I reload a group of systemd services?](https://unix.stackexchange.com/questions/334471/how-do-i-reload-a-group-of-systemd-services)