From: Ben Harris Date: Fri, 15 Aug 2025 13:14:53 +0000 (+0100) Subject: userv.service: remove After=remote-fs.service X-Git-Tag: userv-1.2.3~1^2~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=7d979a30c531645bdcefb524b5d97eb3151ffd09;p=userv.git userv.service: remove After=remote-fs.service userv doesn't have any particular dependency on remote filesystems, and this would prevent userv being used to present a remote filesystem. On systems where the userv configuration means it does need a particular remote filesystem, the admin can always add a dependency (which is much easier than removing one). --- diff --git a/userv.service b/userv.service index 29c5b8b..a0f77e6 100644 --- a/userv.service +++ b/userv.service @@ -2,7 +2,7 @@ Description=User services (security boundary) daemon Documentation=man:uservd(8) Documentation=file:/usr/share/doc/userv/spec.html/index.html -After=syslog.target remote-fs.target +After=syslog.target [Service] Type=forking