Add makefile and openrc init

This commit is contained in:
Dakota Walsh 2026-01-20 10:27:56 +13:00
parent 31f27c5092
commit 273d02f4e1
3 changed files with 62 additions and 0 deletions

10
README.md Normal file
View file

@ -0,0 +1,10 @@
Listen for donations from paypal and stripe for charleseisenstein.org and send
an email notification.
## deployment
```sh
doas make install
doas cp extras/openrc/donation-notification /etc/init.d
doas rc-update add donation-notification
doas rc-service donation-notification start
```