Github user neykov commented on the pull request:
https://github.com/apache/brooklyn-dist/pull/35#issuecomment-216508389
Testing with systemd I get:
```
vagrant@vagrant-ubuntu-wily-64:~$ sudo systemctl status brooklyn
â brooklyn.service - LSB: Apache Brooklyn
Loaded: loaded (/etc/init.d/brooklyn)
Active: active (running) since Tue 2016-05-03 12:00:07 UTC; 2min 19s ago
Docs: man:systemd-sysv-generator(8)
Process: 683 ExecStart=/etc/init.d/brooklyn start (code=exited,
status=0/SUCCESS)
Memory: 284.9M
CPU: 12.405s
CGroup: /system.slice/brooklyn.service
ââ684 /usr/bin/java
-Dbrooklyn.location.localhost.address=127.0.0.1
-Dlogback.configurationFile=/etc/brooklyn/logback.xml -Xms256m -Xmx1g
-XX:MaxPermSize=256m -cp /opt/brooklyn/conf:/opt/b...
```
Looks like systemd is managing the process through the `init.d` script. Is
this the expected behaviour?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---