Systemd, like all daemon managers, likes to have its subprocess as direct children. However the launcher does a /bin/sh -c java ... which keeps the shell as an intermediate process. It should instead do /bin/sh -c exec java ...
-
- Assignee:
- Florent Guillaume
- Reporter:
- Florent Guillaume
- Participants:
-
- Votes:
-
0 Vote for this issue
- Watchers:
-
3 Start watching this issue