summaryrefslogtreecommitdiff
path: root/test/end.service
Commit message (Collapse)AuthorAgeFilesLines
* tests: various fixesEvgeny Vereshchagin2015-11-101-0/+10
| | | | | | * remove journal flushing (systemd-journal-flush.service runs journalctl --flush on boot) * use sh -c and PATH instead of @SYSTEMCTL@ expansion * remove unnecessary semicolons etc
* tests: don't hardcode systemctl pathMartin Pitt2015-02-031-6/+0
| | | | Get it from type -P instead, to support --enable-split-usr.
* test: factor out testsuite.target, end.serviceMichal Schmidt2013-01-251-0/+6
Tests can use the same testsuite.target. Add end.service to call poweroff instead of doing it from ExecStopPost where it may be skipped on failure of ExecStart.