Changes

Jump to: navigation, search

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

81 bytes added, 12:56, 24 September 2019
[Service] section
<code>Type=</code> uses one of the (main) following values:
{| class="wikitable"|-! Value !! Description|-| simple: || Default configuration for a service when specified <code>ExecStarts=</code>|- | forking: || the process will call a <code>fork()</code> when starts causing the father to exit. This informs systemd that the process is still alive even if the father has been terminated.|- | oneshot: || the process has a very short execution time and then systemd should wait for its termination before continuing with other Units. this is the default configuration if <code>ExecStarts=</code> is not specified.|- | dbus: || the Unit will acquire the name on the D-Bus. systemd will continue to process the other Units|- | notify: || the service will notify when completely initialized. systemd will wait for the notification before continuing with the following Units|- | idle: || the service will not be executed until all active jobs are dispatched.|}
===== Other options =====
8,154
edits

Navigation menu