From 2dc523271cce418a708f673dd4f521920b1d6a76 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 6 Aug 2023 02:05:30 +0400 Subject: [PATCH] In dwelling-upload.service changed a formatting of one line to reduce its length. :) --- init/systemd/dwelling-upload.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init/systemd/dwelling-upload.service b/init/systemd/dwelling-upload.service index c7ce6a8..d9be7b3 100755 --- a/init/systemd/dwelling-upload.service +++ b/init/systemd/dwelling-upload.service @@ -7,8 +7,8 @@ Type=simple Restart=on-failure User=dwupload Group=dwupload -ExecStart=/usr/bin/dwelling-upload -listen /var/run/dwelling-upload/sock -dir /srv/upload \ - -expiry 36 -storage 102400 -file 128 +ExecStart=/usr/bin/dwelling-upload -listen /var/run/dwelling-upload/sock \ + -dir /srv/upload -expiry 36 -storage 102400 -file 128 ReadOnlyPaths=/ # Set here path to directory where uploads are stored.