Maybe you can use "status". It's not all the output, but it can help.

systemctl status your_service


For more information:
https://fedoraproject.org/wiki/Systemd


Miguel Zacatei Aveiro
Brascontrol Ind. Com. LTDA
Alameda Araguaia 560 - Alphaville
CEP 06400-000 - Barueri - SP
TEL.: 55 11 4166 1981

On 12-01-2015 21:36, Devin wrote:
I'm running debian on my BBB (2014-05-14), and I noticed that you guys are using systemd so when I made my new server app I'm using systemd. Here's my server file, pretty simple:

[Unit]
Description=CS XMLRPC Server
Requires=network.target
After=network.target

[Service]
ExecStart=/usr/local/bin/cs_xmlrpc 8888

[Install]
WantedBy=multi-user.target


I can start/stop it fine, however I can't seem to find where the stdout/stderr from the program is going. I've checked /var/log/syslog, /var/log/messages, dmesg, and systemd-journalctl. None of them seem to contain the output from my program. I've read everywhere that it's either syslog or journalctl, so I don't know where else to look.

Any ideas? Should I use one of the debian testing snapshots instead?

Thanks,
-Devin
--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>.
For more options, visit https://groups.google.com/d/optout.

--
For more options, visit http://beagleboard.org/discuss
--- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to