Merge pull request #581 from nxnjz/patch-1

added dependency on network.target so that paperless-webserver can cleanly shutdown before the network goes down (during reboots, etc.)

network-online.target is not required when accessing paperless on localhost, so having a dependency on it is not necessary.
This commit is contained in:
JOKer 2020-02-28 23:12:26 +01:00 committed by GitHub
commit 65c19999e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,7 @@
[Unit]
Description=Paperless webserver
After=network.target
Wants=network.target
[Service]
User=paperless