diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-01-09 12:59:02 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-01-09 14:57:46 +0100 |
commit | 33354ffb14b316da517b60a901b06a325177e6f7 (patch) | |
tree | 2c593a9f2534853bf2f508b4e7cc4a3d7d91d050 /units | |
parent | hostnamed: use Type=notify (diff) | |
download | systemd-33354ffb14b316da517b60a901b06a325177e6f7.tar.xz systemd-33354ffb14b316da517b60a901b06a325177e6f7.zip |
localed: modernization
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-localed.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-localed.service.in b/units/systemd-localed.service.in index 19383ae423..4de89aa8dd 100644 --- a/units/systemd-localed.service.in +++ b/units/systemd-localed.service.in @@ -15,6 +15,7 @@ Documentation=man:vconsole.conf(5) Documentation=man:org.freedesktop.locale1(5) [Service] +Type=notify BusName=org.freedesktop.locale1 CapabilityBoundingSet= ExecStart={{LIBEXECDIR}}/systemd-localed |