]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-sysusers.service.in
nspawn: when in hybrid mode, chown() both the legacy and the unified hierarchy to...
[thirdparty/systemd.git] / units / systemd-sysusers.service.in
index cd65cc898066be2ef6c904d0c929db2ad7f5acd8..4d11bbb76266363151dbe329a92813df5633afcd 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -10,13 +12,12 @@ Description=Create System Users
 Documentation=man:sysusers.d(5) man:systemd-sysusers.service(8)
 DefaultDependencies=no
 Conflicts=shutdown.target
-After=systemd-readahead-collect.service systemd-readahead-replay.service systemd-remount-fs.service
-Before=sysinit.target shutdown.target systemd-tmpfiles-setup-dev.service systemd-update-done.service
-RefuseManualStart=yes
-RefuseManualStop=yes
+After=systemd-remount-fs.service
+Before=sysinit.target shutdown.target systemd-update-done.service
 ConditionNeedsUpdate=/etc
 
 [Service]
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootbindir@/systemd-sysusers
+TimeoutSec=90s