Johannes Zellner 8c2bc69cfd Setup box process environment to run as different user
Supervisor does not spawn a shell to run the application,
thus the process environment of supervisord will be inherited.
This can be overridden with 'environmen=...' in the config file
2014-06-18 23:37:07 -07:00
2013-10-12 09:56:21 -07:00
2014-06-11 10:54:11 -07:00
2014-06-17 15:59:26 -07:00
2014-06-04 14:01:07 -07:00
2014-06-17 15:59:26 -07:00
2014-06-10 23:47:31 -07:00
2014-06-10 23:47:31 -07:00
2014-05-06 15:15:04 -07:00
2014-06-18 22:49:41 -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%