chiark / gitweb /
login: set_controller should fail if prepare_vt fails
[elogind.git] / units / systemd-journal-upload.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 Upload Service
10
11 [Service]
12 ExecStart=@rootlibexecdir@/systemd-journal-upload \
13           --save-state
14 User=systemd-journal-upload
15 PrivateTmp=yes
16 PrivateDevices=yes
17 WatchdogSec=20min
18
19 [Install]
20 WantedBy=multi-user.target
21 After=network.target