]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-journal-remote.service.in
Merge pull request #2224 from keszybz/analyze-verify-warning
[thirdparty/systemd.git] / units / systemd-journal-remote.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=Journal Remote Sink Service
10 Documentation=man:systemd-journal-remote(8) man:journal-remote.conf(5)
11 Requires=systemd-journal-remote.socket
12
13 [Service]
14 ExecStart=@rootlibexecdir@/systemd-journal-remote \
15 --listen-https=-3 \
16 --output=/var/log/journal/remote/
17 User=systemd-journal-remote
18 Group=systemd-journal-remote
19 PrivateTmp=yes
20 PrivateDevices=yes
21 PrivateNetwork=yes
22 WatchdogSec=3min
23
24 [Install]
25 Also=systemd-journal-remote.socket