This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
alarmed/README.md

18 lines
519 B
Markdown
Raw Permalink Normal View History

2022-12-08 23:15:16 +01:00
### ARCHIVE NOTE
This repo has been archived. I originally created this to learn about daemons and basic python.
The project is not finished, nor is it especially useful as it tries to replace the functionality
of the very well battle tested [cron(8)][cron-manpage]
However, feel free to do whatever you like with the code.
2021-06-16 14:21:15 +02:00
# Alarmed
The alarmed daemon.
2022-12-08 23:15:16 +01:00
Lightweight package for keeping track of alarms that run custom commands when they go off.
[cron-manpage]: https://man7.org/linux/man-pages/man8/cron.8.html