Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
make systemd capture output and send it to the console
Browse files Browse the repository at this point in the history
Bug: 967502
Change-Id: I4e3c3d7ecfcb688b2ac23c62f4f0c3d57181c973
  • Loading branch information
danc86 committed Jul 21, 2015
1 parent 51a34f5 commit 7522faa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion systemd/beah-beaker-backend.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Wants=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/beah-beaker-backend
ExecStart=/usr/bin/beah-beaker-backend --log-stderr
StandardOutput=journal+console
StandardError=inherit

[Install]
WantedBy=multi-user.target
4 changes: 3 additions & 1 deletion systemd/beah-fwd-backend.service
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Wants=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/beah-fwd-backend
ExecStart=/usr/bin/beah-fwd-backend --log-stderr
StandardOutput=journal+console
StandardError=inherit

[Install]
WantedBy=multi-user.target
4 changes: 3 additions & 1 deletion systemd/beah-srv.service
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Wants=beah-beaker-backend.service beah-fwd-backend.service

[Service]
Type=simple
ExecStart=/usr/bin/beah-srv
ExecStart=/usr/bin/beah-srv --log-stderr
StandardOutput=journal+console
StandardError=inherit
KillMode=process

[Install]
Expand Down

0 comments on commit 7522faa

Please sign in to comment.