WIP: tomcat: Use system units instead of user units #141

Draft
mtrossevin wants to merge 1 commits from mtrossevin/ansible-roles:tomcat-system-unit into unstable
Owner

This massively reduce the output of systemctl status (which is usefull when checking what is running on a server), remove the need of enable-linger (which is always good when possible) and allows to check the status of the service much more easily.

(It also enable more sandboxing options if wanted but we don't enable any in this PR.)

The check keep compatibility to the user services while also dealing with the system services.

This massively reduce the output of `systemctl status` (which is usefull when checking what is running on a server), remove the need of enable-linger (which is always good when possible) and allows to check the status of the service much more easily. (It also enable more sandboxing options if wanted but we don't enable any in this PR.) The check keep compatibility to the user services while also dealing with the system services.
mtrossevin added 1 commit 2021-11-24 11:32:25 +01:00
continuous-integration/drone/pr Build is failing Details
e49379ebd0
tomcat: Use system units instead of user units
This massively reduce the output of `systemctl status` (which is usefull
when checking what is running on a server), remove the need of
enable-linger (which is always good when possible) and allows to check
the status of the service much more easily.

(It also enable more sandboxing options if wanted but we don't enable
any in this commit.)
mtrossevin requested review from jlecour 2021-11-24 11:33:31 +01:00
Some checks failed
continuous-integration/drone/pr Build is failing
This pull request has changes conflicting with the target branch.
  • CHANGELOG.md
  • tomcat-instance/tasks/main.yml
  • tomcat-instance/tasks/systemd.yml
  • tomcat/tasks/packages.yml
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b mtrossevin-tomcat-system-unit unstable
git pull tomcat-system-unit

Step 2:

Merge the changes and update on Forgejo.
git checkout unstable
git merge --no-ff mtrossevin-tomcat-system-unit
git push origin unstable
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: evolix/ansible-roles#141
No description provided.