Created an executable and planned to use it as service.
When running it on Ubuntu 12.04 or 14.04 using upstart, it works fine.
However, on Ubuntu 15.04 (with systemd), this command won't not terminate:
systemctl start mySrv01
Could it be because I didn't close stdin? upstart doesn't seem to mind. Any ideas? Thanks.