chiark / gitweb /
userv.service: remove After=remote-fs.service
authorBen Harris <bjh21@bjh21.me.uk>
Fri, 15 Aug 2025 13:14:53 +0000 (14:14 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Mon, 29 Sep 2025 23:44:40 +0000 (00:44 +0100)
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

index 29c5b8b8c08084665a89567b337928f2efa292ba..a0f77e68ed22a9ce094f1a6476b5717317f87395 100644 (file)
@@ -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