From 91cbe458390436e78dd00911f2144e31edf72001 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Tue, 6 Dec 2022 00:52:23 +0100 Subject: [PATCH] No PermissionsStartOnly=true This patch removes `PermissionsStartOnly=true` from the systemd unit file used for packaging. This shouldn't be necessary for any commands run by the unit. --- build/debian/lib/systemd/system/audiobookshelf.service | 1 - 1 file changed, 1 deletion(-) diff --git a/build/debian/lib/systemd/system/audiobookshelf.service b/build/debian/lib/systemd/system/audiobookshelf.service index 7dd657da..a933c64d 100644 --- a/build/debian/lib/systemd/system/audiobookshelf.service +++ b/build/debian/lib/systemd/system/audiobookshelf.service @@ -11,7 +11,6 @@ ExecReload=/bin/kill -HUP $MAINPID Restart=always User=audiobookshelf Group=audiobookshelf -PermissionsStartOnly=true [Install] WantedBy=multi-user.target \ No newline at end of file