]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-journald.service.in
relicense to LGPLv2.1 (with exceptions)
[thirdparty/systemd.git] / units / systemd-journald.service.in
CommitLineData
4b2d99d9
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
4b2d99d9
LP
6# (at your option) any later version.
7
8# See systemd.special(7) for details
9
10[Unit]
11Description=Journal Service
12DefaultDependencies=no
13Requires=systemd-journald.socket
14After=systemd-journald.socket
ba1d5596 15After=syslog.socket
4b2d99d9
LP
16
17[Service]
18ExecStart=@rootlibexecdir@/systemd-journald
19NotifyAccess=all
20StandardOutput=null
cabca20b 21CapabilityBoundingSet=CAP_SYS_ADMIN CAP_DAC_OVERRIDE CAP_SYS_PTRACE CAP_SYSLOG CAP_AUDIT_CONTROL CAP_CHOWN CAP_DAC_READ_SEARCH CAP_FOWNER CAP_SETUID CAP_SETGID
4b2d99d9
LP
22
23# Increase the default a bit in order to allow many simultaneous
24# services being run since we keep one fd open per service.
25LimitNOFILE=16384