mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
a845cef355
Since /var/run is a link to /run (and /run is tmpfs), there's no point packaging any subdir of /run or /var/run. It's highly likely that further changes will be needed for this build. Among those are: 1) create /var/run/monkey/ during init (rc.monkey) 2) change ownership of /var/run/monkey/ to apache:apache during init Unrelated to the above, but also needed if this app uses logrotate to rotate its logs: the logrotate file needs to specify the user and group to switch to for the rotation process. See e.g. the logrotate file in network/yadifa/ Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org> |
||
---|---|---|
.. | ||
doinst.sh | ||
monkey.info | ||
monkey.logrotate | ||
monkey.SlackBuild | ||
README | ||
slack-desc |
Monkey is a lightweight and powerful web server and development stack for Linux & OSX. It has been designed to be very scalable with low memory and CPU consumption, the perfect solution for embedded devices. Made for ARM, x86 and x64. By default, monkey will use the "apache" user and group accounts.