aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-10-15 22:47:56 -0400
committerBill Nottingham <notting@redhat.com>2010-10-15 22:47:56 -0400
commit2811a2c7d76aca4ef10c8d5e9fcee18204e6ede8 (patch)
treed8db0ad99e1a96bbd857f46d3307cc55f5ea7379 /systemd
parentda60061aa5d83b9ba3a25e19e295d263e6b99473 (diff)
downloadinitscripts-2811a2c7d76aca4ef10c8d5e9fcee18204e6ede8.tar
initscripts-2811a2c7d76aca4ef10c8d5e9fcee18204e6ede8.tar.gz
initscripts-2811a2c7d76aca4ef10c8d5e9fcee18204e6ede8.tar.bz2
initscripts-2811a2c7d76aca4ef10c8d5e9fcee18204e6ede8.tar.xz
initscripts-2811a2c7d76aca4ef10c8d5e9fcee18204e6ede8.zip
Adjust for current syntax.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/system/prefdm.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/systemd/system/prefdm.service b/systemd/system/prefdm.service
index 60a5ed05..2e2396d7 100644
--- a/systemd/system/prefdm.service
+++ b/systemd/system/prefdm.service
@@ -15,7 +15,7 @@ Conflicts=getty@tty1.service plymouth-quit.service
[Service]
ExecStart=/etc/X11/prefdm -nodaemon
-Restart=restart-always
+Restart=always
RestartSec=0
[Install]