|
122 | 122 |
|
123 | 123 | <listitem><para>Sets the supplementary |
124 | 124 | Unix groups the processes are executed |
125 | | - as. This takes a space seperated list |
| 125 | + as. This takes a space separated list |
126 | 126 | of group names or IDs. This option may |
127 | 127 | be specified more than once in which |
128 | 128 | case all listed groups are set as |
|
234 | 234 |
|
235 | 235 | <listitem><para>Controls the CPU |
236 | 236 | affinity of the executed |
237 | | - processes. Takes a space-seperated |
| 237 | + processes. Takes a space-separated |
238 | 238 | list of CPU indexes. See |
239 | 239 | <citerefentry><refentrytitle>sched_setaffinity</refentrytitle><manvolnum>2</manvolnum></citerefentry> |
240 | 240 | for details.</para></listitem> |
|
256 | 256 |
|
257 | 257 | <listitem><para>Sets environment |
258 | 258 | variables for executed |
259 | | - processes. Takes a space-seperated |
| 259 | + processes. Takes a space-separated |
260 | 260 | list of variable assignments. This |
261 | 261 | option may be specified more than once |
262 | 262 | in which case all listed variables |
|
272 | 272 | <varname>Environment=</varname> but |
273 | 273 | reads the environment variables from a |
274 | 274 | text file. The text file should |
275 | | - contain new-line seperated variable |
| 275 | + contain new-line separated variable |
276 | 276 | assignments. Empty lines and lines |
277 | 277 | starting with ; or # will be ignored, |
278 | 278 | which may be used for |
|
618 | 618 | <listitem><para>Controls the control |
619 | 619 | groups the executed processes shall be |
620 | 620 | made members of. Takes a |
621 | | - space-seperated list of cgroup |
| 621 | + space-separated list of cgroup |
622 | 622 | identifiers. A cgroup identifier has a |
623 | 623 | format like |
624 | 624 | <filename>cpu:/foo/bar</filename>, |
|
637 | 637 | arbitrary hierachies -- which can be |
638 | 638 | configured externally with additional execution limits. By default |
639 | 639 | systemd will place all executed |
640 | | - processes in seperate per-unit control |
| 640 | + processes in separate per-unit control |
641 | 641 | groups (named after the unit) in the |
642 | 642 | systemd named hierarchy. Since every |
643 | 643 | process can be in one group per |
|
660 | 660 | to limit access a process might have |
661 | 661 | to the main file-system |
662 | 662 | hierarchy. Each setting takes a |
663 | | - space-seperated list of absolute |
| 663 | + space-separated list of absolute |
664 | 664 | directory paths. Directories listed in |
665 | 665 | <varname>ReadWriteDirectories=</varname> |
666 | 666 | are accessible from within the |
|
677 | 677 | restricting access with these options |
678 | 678 | does not extend to submounts of a |
679 | 679 | directory. You must list submounts |
680 | | - seperately in these setttings to |
| 680 | + separately in these setttings to |
681 | 681 | ensure the same limited access. These |
682 | 682 | options may be specified more than |
683 | 683 | once in which case all directories |
|
0 commit comments