Lines Matching full:systemd
31 "type": "systemd",
35 "type": "systemd",
39 "type": "systemd",
102 In this configuration the `preparation` type is `systemd`. The `systemd` type
104 the name of the systemd unit to start. In this case, it'll start
108 In this configuration the `verification` type is `systemd`. This will query
109 systemd for the status of the verification unit to determine running, success,
112 In this configuration the `update` type is `systemd`. This is the same object as
130 "type": "systemd",
134 "type": "systemd",
147 type that has no parameters. It will simply trigger a reboot via systemd.
164 "type": "systemd",
168 "type": "systemd",
172 "type": "systemd",
217 #### `systemd`
219 The `systemd` type should be used when you wish to start a systemd service or
221 systemd service to determine success or failure.
223 - `unit` - required - string - the systemd unit to start.
232 performing the action will want to update that file. NOTE: Now that the systemd
237 - `unit` - required - string - the systemd unit to start
243 The `reboot` type causes a reboot via systemd. If this happens quickly enough,