Page MenuHomeDevCentral

Change ownership of the Wolfplex datastore to php-fpm user
ClosedPublic

Authored by dereckson on Mar 22 2018, 20:24.
Tags
None
Referenced Files
F9643061: D1467.id.diff
Wed, Jun 11, 00:18
F9636885: D1467.id3762.diff
Tue, Jun 10, 19:49
F9636113: D1467.id3761.diff
Tue, Jun 10, 19:18
F9634801: D1467.diff
Tue, Jun 10, 18:17
Unknown Object (File)
Tue, Jun 3, 09:08
Unknown Object (File)
Mon, Jun 2, 10:37
Unknown Object (File)
Sun, Jun 1, 22:47
Unknown Object (File)
Sun, Jun 1, 17:50
Subscribers
None

Details

Summary

The datastore is for the php-fpm wolfplex process,
and so for web-org-wolfplex-www instead of the static web
user wolfplex.org.

This is a follow-up for change 2f6980f3f62f.

Test Plan
$ sudo -u web-org-wolfplex-www rlwrap psysh
>>> $_ENV['DATASTORE'] = '/var/dataroot/wolfplex';
=> "/var/dataroot/wolfplex"
>>> $fd = fopen($_ENV['DATASTORE'] . '/2013.txt', 'a');
=> stream resource #297

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
dereckson edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Mar 22 2018, 20:25
This revision was automatically updated to reflect the committed changes.