]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-vconsole-setup.service.in
units: disable start rate limit for systemd-vconsole-setup.service
[thirdparty/systemd.git] / units / systemd-vconsole-setup.service.in
index 3475d456bc918cbb12bb3968d02c7f36b0223ee9..c6c5bc9130a3ff662f7a1e8b26b3d803a4eedf47 100644 (file)
@@ -17,6 +17,12 @@ DefaultDependencies=no
 Before=sysinit.target
 Before=initrd-switch-root.target shutdown.target
 
+# This unit will be restarted by udev whenever a new vtcon device appears or is
+# triggered. Usually that happens just a handful of times during boot, but some
+# systems may have hundreds or thousands of serial consoles connected, so let's
+# just disable the limit altogether.
+StartLimitIntervalSec=0
+
 [Service]
 Type=oneshot
 # This service will be restarted by udev whenever a new vtcon device appears.