chiark / gitweb /
a23dca92b5e5e2b3f8712d6a56d3913ddb525849
[elogind.git] / units / systemd-machined.service.in
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 [Unit]
9 Description=Virtual Machine and Container Registration Service
10 Documentation=man:systemd-machined.service(8)
11 Documentation=http://www.freedesktop.org/wiki/Software/systemd/machined
12 Wants=machine.slice
13 After=machine.slice
14
15 [Service]
16 ExecStart=@rootlibexecdir@/systemd-machined
17 Restart=always
18 RestartSec=0
19 BusName=org.freedesktop.machine1
20 CapabilityBoundingSet=CAP_KILL
21 WatchdogSec=1min