diff options
author | Sea-Eun Lee <seaeunlee@microsoft.com> | 2024-11-18 20:13:40 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2025-01-14 14:42:23 +0100 |
commit | 015a3b8cb1d40d420eaa961e27cdee463f57f8a0 (patch) | |
tree | 19bc2336378ef6b6415fd9ed1e73da6bf3856156 /units | |
parent | core: serialize API bus id and validate before deserializing bus tracks, plus... (diff) | |
download | systemd-015a3b8cb1d40d420eaa961e27cdee463f57f8a0.tar.xz systemd-015a3b8cb1d40d420eaa961e27cdee463f57f8a0.zip |
oomd: support reloading configuration at runtime
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-oomd.service.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/systemd-oomd.service.in b/units/systemd-oomd.service.in index 6838ddccef..3e9533dac4 100644 --- a/units/systemd-oomd.service.in +++ b/units/systemd-oomd.service.in @@ -53,7 +53,7 @@ RestrictSUIDSGID=yes SystemCallArchitectures=native SystemCallErrorNumber=EPERM SystemCallFilter=@system-service -Type=notify +Type=notify-reload User=systemd-oom {{SERVICE_WATCHDOG}} |