diff options
author | Anita Zhang <the.anitazha@gmail.com> | 2020-10-19 02:18:00 -0700 |
---|---|---|
committer | Anita Zhang <the.anitazha@gmail.com> | 2020-10-19 02:46:07 -0700 |
commit | 32ae9b14002492efc33601f39acca9ef03d19991 (patch) | |
tree | e541cc3d6795594fbe43e309f961a470ac8b3be9 /units | |
parent | 349a2003fd112c14eff016d73d40440f9d156501 (diff) | |
download | systemd-32ae9b14002492efc33601f39acca9ef03d19991.tar.gz |
units: drop ConditionCapability from systemd-oomd.service
Another suggestion from #15206
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-oomd.service.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/units/systemd-oomd.service.in b/units/systemd-oomd.service.in index a270a0ed78..67bd117c95 100644 --- a/units/systemd-oomd.service.in +++ b/units/systemd-oomd.service.in @@ -10,7 +10,6 @@ [Unit] Description=Userspace Out-Of-Memory (OOM) Killer Documentation=man:systemd-oomd.service(8) -ConditionCapability=CAP_KILL DefaultDependencies=no Before=multi-user.target shutdown.target Conflicts=shutdown.target |