15.04에 systemd는 장치의 stdout을 기록하지 않습니다.
현재 시스템 단위를 웹 서버로 만들려고합니다. 현재 내 foo.service파일은 다음과 같습니다. [Unit] Description=The Foo Web Server [Service] Type=simple ExecStart=/opt/foo/.cabal-sandbox/bin/foo [Install] WantedBy=multi-user.target foo실행 파일은 자동으로 표준 출력에 모든 HTTP 요청을 기록 -이 잘 테스트됩니다. 그러나로 로그를 볼 때 journalctl -u foo다음과 같은 결과 만 얻습니다. ... May 06 17:46:57 localhost systemd[1]: …