v0.7.0
Changes between 0.6.1 and 0.7.0
- Create a directory when
<volumefs>
is used and it does not exist. Added
:default_volume_type
to the specification.- Remove dummy file 'fail' after creating the service (If the service fails somehow a dummy file called
fail
is created, but after recreating the service that file is not removed even if the service is created successfully, the problem is that every time director runs the project it sees that service as fail and recreates it every time). - Set environment variables as start arguments (Because from now on AppJail supports setting environment variables as start arguments which have the advantage of persisting after starting the jail, Director sets them as such).
Added
:start-environment
to the specification.
Full Changelog: v0.6.1...v0.7.0