diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-02-06 21:13:21 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-02-06 21:13:29 +0100 |
commit | 0ca48bb0e88f67db0edb4aff3492ee64cc2047b1 (patch) | |
tree | 41349b5180d748c8141d1a2ad80c6321338ff1e8 /README | |
parent | 33bac67b48bfe72afccb62b0363eb5e8b59121d7 (diff) |
README: suffix unit file options with "="
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,13 +67,13 @@ REQUIREMENTS: create additional symlinks in /dev/disk/ and /dev/tape: CONFIG_BLK_DEV_BSG - Required for PrivateNetwork and PrivateDevices in service units: + Required for PrivateNetwork= and PrivateDevices= in service units: CONFIG_NET_NS CONFIG_DEVPTS_MULTIPLE_INSTANCES Note that systemd-localed.service and other systemd units use PrivateNetwork and PrivateDevices so this is effectively required. - Required for PrivateUsers in service units: + Required for PrivateUsers= in service units: CONFIG_USER_NS Optional but strongly recommended: |