I hereby claim:
- I am johncalvinyoung on github.
- I am johncalvinyoung (https://keybase.io/johncalvinyoung) on keybase.
- I have a public key whose fingerprint is 111B 9C20 F2A6 D235 0F72 355D 69EA D789 9F1C 5F2A
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /var/log/<project>/*.log { | |
| daily | |
| rotate 30 | |
| missingok | |
| copytruncate | |
| compress | |
| delaycompress | |
| notifempty | |
| olddir /var/log/<project>/history | |
| dateext |
| #! /bin/sh | |
| # Init. script for phantomjs, based on Ubuntu 12.04 skeleton. | |
| # Author: Anthony Lapenna <lapenna.anthony@gmail.com> | |
| PATH=/sbin:/usr/sbin:/bin:/usr/bin | |
| DESC="Phantomjs service" | |
| NAME=phantomjs | |
| DAEMON=/usr/bin/$NAME | |
| PIDFILE=/var/run/$NAME.pid | |
| SCRIPTNAME=/etc/init.d/$NAME |