summaryrefslogtreecommitdiff
path: root/etc/systemd
Commit message (Collapse)AuthorAgeFilesLines
* Fixed iscsi.service considering every signal and exit code as successful. ↵igo958622019-02-111-1/+1
| | | | Now only code 21 (no objects found to execute on) and normal exit conditions are valid.
* Make iscsid.service a requirement.igo958622019-02-011-0/+1
| | | This will ensure daemon is loaded before iscsi.service starts. Also in case daemon fails to load iscsi.service will not be started.
* Update systemd unit files for iscsidLee Duncan2018-10-162-6/+9
| | | | | | | | | Updates: * support iscsiuio * support iscsid/systemd notifcation * change kill mode for iscsi * make iscsid run in the foreground * tell iscsid.service about iscsid.socket
* Added service file for iscsi loginsLee Duncan2018-10-161-0/+17
| | | | | This service file layers on top of iscsid.serivce to manage logging into and out of known targets.
* iscsid: add example unit files for systemdTomasz Torcz2012-12-142-0/+22
Those two units, based on the work by Jóhann B. Guðmundsson, exploit on-demand socket activation in iscsid.