Packages: Various small fixes to the package scripts to improve them
Context
During testing a number of small nits were found in the packages:
Reliably checking PID and log files to avoid spurious errors.
No need to wait for bootstrap for Smart Rollup daemons.
Ensure correct permissions on log directories.
Ensure that the tezos user is created on the Smart Rollup package.
Manually testing the MR
- Checkout the branch
- make dpkg
- check resultant packages are functioning.
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR