diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-01-09 12:51:54 +0100 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-01-09 14:57:45 +0100 |
commit | deb869970d31ddd2c6cb4207169419063c586421 (patch) | |
tree | 075efff1013e57cd371f04bfc5bfb913ea33462e /units | |
parent | timedated: modernization (diff) | |
download | systemd-deb869970d31ddd2c6cb4207169419063c586421.tar.xz systemd-deb869970d31ddd2c6cb4207169419063c586421.zip |
importd: use Type=notify
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-importd.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-importd.service.in b/units/systemd-importd.service.in index fc24a05098..daa93776e1 100644 --- a/units/systemd-importd.service.in +++ b/units/systemd-importd.service.in @@ -13,6 +13,7 @@ Documentation=man:systemd-importd.service(8) Documentation=man:org.freedesktop.import1(5) [Service] +Type=notify ExecStart={{LIBEXECDIR}}/systemd-importd BusName=org.freedesktop.import1 KillMode=mixed |