X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=units%2Fsystemd-journal-upload.service.in;fp=units%2Fsystemd-journal-upload.service.in;h=0000000000000000000000000000000000000000;hp=b2e3c769cce8db0fa333ec5ee5079f2b755eb94b;hb=d69e1ee5d3e8366e3288d4fdf88b8694c487115e;hpb=81f65d60a3d9dd533d978dd11558109e8ebe2956 diff --git a/units/systemd-journal-upload.service.in b/units/systemd-journal-upload.service.in deleted file mode 100644 index b2e3c769c..000000000 --- a/units/systemd-journal-upload.service.in +++ /dev/null @@ -1,25 +0,0 @@ -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Journal Remote Upload Service -After=network.target - -[Service] -ExecStart=@rootlibexecdir@/systemd-journal-upload \ - --save-state -User=systemd-journal-upload -PrivateTmp=yes -PrivateDevices=yes -WatchdogSec=20min - -# If there are many split up journal files we need a lot of fds to -# access them all and combine -LimitNOFILE=16384 - -[Install] -WantedBy=multi-user.target