]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-logind.service.in
units: introduce new Documentation= field and make use of it everywhere
[thirdparty/systemd.git] / units / systemd-logind.service.in
CommitLineData
91f9dcaf
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
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
91f9dcaf
LP
6# (at your option) any later version.
7
91f9dcaf
LP
8[Unit]
9Description=Login Service
49dbfa7b
LP
10Documentation=http://www.freedesktop.org/wiki/Software/systemd/multiseat
11Documentation=man:logind.conf(5)
082694b7 12After=nss-user-lookup.target
91f9dcaf
LP
13
14[Service]
15ExecStart=@rootlibexecdir@/systemd-logind
91f9dcaf 16BusName=org.freedesktop.login1
9c07474c 17CapabilityBoundingSet=CAP_AUDIT_CONTROL CAP_CHOWN CAP_KILL CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_FOWNER CAP_SYS_TTY_CONFIG
f84aea43
LP
18
19# Increase the default a bit in order to allow many simultaneous
20# logins since we keep one fd open per session.
21LimitNOFILE=16384