diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-05 20:30:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-05 20:30:44 +0200 |
commit | 525ee6f4a1639bcb28198bf9e32b93ca2bfd268b (patch) | |
tree | 0fe1a65c8b084a4d754ca810f2397bf13640e4e1 /units/getty@.service.m4 | |
parent | d0b4880988c5900c0f951aa6fe700686411cd03e (diff) |
service: rename settings for Restart= from 'restart-always' to 'always' and similar
Diffstat (limited to 'units/getty@.service.m4')
-rw-r--r-- | units/getty@.service.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/getty@.service.m4 b/units/getty@.service.m4 index 4b65d5b906..8df77c701c 100644 --- a/units/getty@.service.m4 +++ b/units/getty@.service.m4 @@ -31,7 +31,7 @@ Before=getty.target [Service] Environment=TERM=linux ExecStart=-GETTY %I -Restart=restart-always +Restart=always RestartSec=0 KillMode=process-group |