summaryrefslogtreecommitdiffstats
path: root/qarshd@.service
Commit message (Collapse)AuthorAgeFilesLines
* Handle stdin pipe closing on usNathan Straz2013-09-191-1/+0
| | | | | | | If xiogen is flooding requests across qarsh and xdoio decides to stop, we need to handle that gracefully. Also, making the pipe non-blocking was not a good idea, xdoio gets the read error EAGAIN and stops there.
* Send all server side error messages to stderrNathan Straz2013-09-111-0/+1
| | | | This should get sent to the journal or syslog
* Keep SIGPIPE working as expectedNathan Straz2013-05-211-0/+1
| | | | | It turns out the systemd maintainers thought it would be good to ignore SIGPIPE by default. I don't agree.
* Convert to systemd socket activated servicesNathan Straz2013-05-141-0/+6
qarshd and btimed will now start directly from systemd xinetd is no longer needed