Changes

Jump to: navigation, search

XELK-AN-008: How to use systemd on an Embedded system

92 bytes added, 12:53, 24 September 2019
[Unit] section options
Please find below the main properties description:
{| class="wikitable"|-! Property !! Function|-| Description=:  || Name and function|- | Documentation=:  || URI for the documentationdocumentationvv|- | Requires=: || List of ''Units'' dependencies. For successfully executing this ''Unit'', all listed dependency should be activated without errors, otherwise this Unit return ''fail''.|- | Wants=: || Similar to a ''Requires'' but weaker. If the ''Unit'' listed are not found or return fail, this ''Unit'' are executed anyway. this is the recommended method to be used.|- | BindsTo=: || Similar to ''Requires'' but it does a Stop for the ''Unit'' when the listed ''Unit'' are terminated.|- | Before=: || The ''Unit'' listed will not be executed until this ''Unit'' will not change to ''started''. This is used for an order of Units executions.|- | After=: || The ''Unit'' listed will be started before this ''Unit''. This is used for an order of Units executions.|- | Conflicts= : || The ''Unit'' listed cannot be executed simultaneously to this ''Unit''.|}
=== [Install] section options ===
8,154
edits

Navigation menu