https://github.com/cfware/queuelogd
CFWare Queue Logger Daemon
https://github.com/cfware/queuelogd
Last synced: 5 months ago
JSON representation
CFWare Queue Logger Daemon
- Host: GitHub
- URL: https://github.com/cfware/queuelogd
- Owner: cfware
- License: mit
- Created: 2017-11-26T08:35:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T09:14:27.000Z (over 8 years ago)
- Last Synced: 2025-01-24T11:44:48.131Z (about 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @cfware/queuelogd
[![MIT][license-image]](LICENSE)
CFWare Queue Logger Daemon
## Building @cfware/queuelogd
Since NPM doesn't install systemd unit files and other system configuration files
I do not plan on publishing this to NPM.
To build a Fedora style RPM:
```sh
npm pack
rpmbuild -ta *.tgz
```
## Running tests
No automated tests are provided by this repository, see [@cfware/queue_log-mysql]
for tests.
[license-image]: https://img.shields.io/github/license/cfware/queuelogd.svg
[@cfware/queue_log-mysql]: https://github.com/cfware/queue_log-mysql