chiark / gitweb /
units: stop sleep.target when it has done its job
[elogind.git] / units / systemd-timedated-ntp.target
1 #  This file is part of systemd.
2 #
3 #  systemd is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU Lesser General Public License as published by
5 #  the Free Software Foundation; either version 2.1 of the License, or
6 #  (at your option) any later version.
7
8 # This target is enabled/disabled via the timedated mechanism when the
9 # user asks for it via the UI. NTP implementations should hook
10 # themselves into this target via .wants/ symlinks, and then add
11 # BindTo= on this target so that they are stopped when it goes away.
12
13 [Unit]
14 Description=Network Time Protocol
15 Documentation=http://www.freedesktop.org/wiki/Software/systemd/timedated
16
17 [Install]
18 WantedBy=multi-user.target