]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-sysusers.service.in
hashmap: avoid using TLS in a destructor
[thirdparty/systemd.git] / units / systemd-sysusers.service.in
index a4c77141557c73733000db86286bce350170fe99..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
+After=systemd-remount-fs.service
 Before=sysinit.target shutdown.target systemd-update-done.service
-RefuseManualStart=yes
-RefuseManualStop=yes
 ConditionNeedsUpdate=/etc
 
 [Service]
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootbindir@/systemd-sysusers
+TimeoutSec=90s