Add makefile and openrc init
This commit is contained in:
parent
31f27c5092
commit
273d02f4e1
3 changed files with 62 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue