From 7d979a30c531645bdcefb524b5d97eb3151ffd09 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 15 Aug 2025 14:14:53 +0100 Subject: [PATCH] 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). --- userv.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2