Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(modules/sendsms): run it as root for now | Franck Cuny | 2023-01-07 | 1 | -2/+0 |
| | | | | | | I need to figure a way to make it run as a dynamic user, while still having access to the credentials for twilio, while not changing the permissions to the file. | ||||
* | feat(modules/sensdms): a module to send an SMS | Franck Cuny | 2022-11-30 | 1 | -0/+63 |
A new module `sendsms` is added to send SMS when the host reboots. It's triggered by systemd when the host boots and once the network is available. |