summaryrefslogtreecommitdiff
path: root/units/fedora
diff options
context:
space:
mode:
Diffstat (limited to 'units/fedora')
-rw-r--r--units/fedora/prefdm.service2
-rw-r--r--units/fedora/single.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/units/fedora/prefdm.service b/units/fedora/prefdm.service
index efb83fef67..32ceb9aa8f 100644
--- a/units/fedora/prefdm.service
+++ b/units/fedora/prefdm.service
@@ -16,7 +16,7 @@ After=getty@tty1.service plymouth-quit.service
[Service]
ExecStart=/etc/X11/prefdm -nodaemon
-Restart=restart-always
+Restart=always
RestartSec=0
[Install]
diff --git a/units/fedora/single.service b/units/fedora/single.service
index 6afc8b358d..a519ae3d63 100644
--- a/units/fedora/single.service
+++ b/units/fedora/single.service
@@ -21,7 +21,7 @@ ExecStartPre=-/bin/plymouth --hide-splash
ExecStartPre=-/bin/echo 'Welcome to rescue mode. Use "systemctl default" to activate default mode.'
ExecStart=-/sbin/sulogin
StandardInput=tty-force
-Restart=restart-always
+Restart=always
RestartSec=0
KillMode=process-group