Girish Ramakrishnan e222fba2ee Check for Cmd as well along with Entrypoint
ENTRYPOINT is sh -c by default. CMD is the command to be run and
is passed as args to the ENTRYPOINT.
2014-06-03 23:47:39 -07:00
2013-10-12 09:56:21 -07:00
2014-06-03 22:23:30 -07:00
2014-06-03 22:23:30 -07:00
2014-02-21 12:35:05 -08:00
2014-05-23 13:49:04 -07:00
2014-05-06 15:15:04 -07:00
2014-06-03 22:23:30 -07:00

The Box

Systemd

Yellowtent needs to be installed globally.

sudo npm install -g .

Copy the yellowtent.service file to /usr/lib/systemd/system and create a yellowtent user and group.

sudo cp yellowtent.service /usr/lib/systemd/system/
sudo useradd -mrU yellowtent
sudo systemctl start yellowtent

# or permanently enable it
sudo systemctl enable yellowtent
S
Description
Cloudron Box
Readme 47 MiB
Languages
JavaScript 72.6%
Vue 22.3%
Shell 3.1%
HTML 1.1%
EJS 0.7%
Other 0.2%