chiark / gitweb /
service: when we cannot start due to rate limít consider that a real failure
[elogind.git] / src / unit.c
index 8f0b0773f1b9f0c0730bcb1448ce711c574a0c9e..bcb95b2adc1740e1d87cdee8e1c8f0dcd556c8b2 100644 (file)
@@ -735,9 +735,10 @@ fail:
 }
 
 /* Errors:
- *         -EBADR:    This unit type does not support starting.
- *         -EALREADY: Unit is already started.
- *         -EAGAIN:   An operation is already in progress. Retry later.
+ *         -EBADR:     This unit type does not support starting.
+ *         -EALREADY:  Unit is already started.
+ *         -EAGAIN:    An operation is already in progress. Retry later.
+ *         -ECANCELED: Too many requests for now.
  */
 int unit_start(Unit *u) {
         UnitActiveState state;