X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=units%2Fsystemd-update-done.service.in;fp=units%2Fsystemd-update-done.service.in;h=dccb5137d2cdc55cbdc4a1abf4d8098013f65de0;hb=8ea48dfcd33e8db0c01bf8c57c3bbcfdc3c86d4b;hp=0000000000000000000000000000000000000000;hpb=dc92e62c6c34f242aa54aa187e50a94ed7695c51;p=elogind.git diff --git a/units/systemd-update-done.service.in b/units/systemd-update-done.service.in new file mode 100644 index 000000000..dccb5137d --- /dev/null +++ b/units/systemd-update-done.service.in @@ -0,0 +1,21 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + +[Unit] +Description=Update is Completed +Documentation=man:sysusers.d(5) man:systemd-sysusers(8) +DefaultDependencies=no +Conflicts=shutdown.target +After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target +Before=sysinit.target shutdown.target +RefuseManualStart=yes +RefuseManualStop=yes + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=@rootlibexecdir@/systemd-update-done