Closed AlbertoPellitteri closed 2 months ago
Details: Setting elevation_required field to true in tests:
elevation_required
true
1
Create Systemd Service
2
Create SysV Service
These tests will enable new daemon processes and also try to reload the systemd manager. So, high privileges are required to run them.
Here is the output running the first one without privileged permissions:
Adding the elevation_required field would fix this issue.
Testing: Tested on Ubuntu.
Details: Setting
elevation_required
field totrue
in tests:1
-Create Systemd Service
2
-Create SysV Service
These tests will enable new daemon processes and also try to reload the systemd manager. So, high privileges are required to run them.
Here is the output running the first one without privileged permissions:
Adding the
elevation_required
field would fix this issue.Testing: Tested on Ubuntu.