diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-27 14:00:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-27 14:00:57 +0100 |
commit | 2281b56044ac36c1eec0bfc61cf3b172bc9d52b9 (patch) | |
tree | 4e6dd3dfa69989bbee54699aea9c31daedf2fee9 /man | |
parent | a8273d12532450cf1c7120e650e3df58f60dd704 (diff) | |
parent | e9fd88f2e9a2effb7bcc1541a66263a5f97ce0a6 (diff) |
Merge pull request #1828 from fbuihuu/set-property-on-inactive-unit
core: allow 'SetUnitProperties()' to run on inactive units too
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 755a74f987..1fb056874c 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -888,6 +888,11 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service <para>Example: <command>systemctl set-property foobar.service CPUShares=777</command></para> + <para>If the specified unit appears to be inactive, the + changes will be only stored on disk as described + previously hence they will be effective when the unit will + be started.</para> + <para>Note that this command allows changing multiple properties at the same time, which is preferable over setting them individually. Like unit file configuration |