]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-journal-gatewayd.service.in
bus-proxy: increase NOFILE limit
[thirdparty/systemd.git] / units / systemd-journal-gatewayd.service.in
CommitLineData
7b17a7d7
LP
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]
9Description=Journal Gateway Service
10Requires=systemd-journal-gatewayd.socket
11
12[Service]
13ExecStart=@rootlibexecdir@/systemd-journal-gatewayd
37495eed
LP
14User=systemd-journal-gateway
15Group=systemd-journal-gateway
16SupplementaryGroups=systemd-journal
f21a71a9
LP
17PrivateTmp=yes
18PrivateDevices=yes
19PrivateNetwork=yes
1b8689f9
LP
20ProtectSystem=full
21ProtectHome=yes
7b17a7d7 22
de45d726
LP
23# If there are many split upjournal files we need a lot of fds to
24# access them all and combine
25LimitNOFILE=16384
26
7b17a7d7
LP
27[Install]
28Also=systemd-journal-gatewayd.socket