diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-06-28 12:13:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-06-28 12:18:04 +0200 |
commit | 454591be36880b0300b0448576c483a39d9cc611 (patch) | |
tree | dbcb6f7c51f2fc00d5b14884eec2fd268235a153 /units/systemd-debug-shell.service.in | |
parent | e62abb626806140a4cd9abc928d23c661a7b9a33 (diff) |
units: automatically respawn the core services
Diffstat (limited to 'units/systemd-debug-shell.service.in')
-rw-r--r-- | units/systemd-debug-shell.service.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/units/systemd-debug-shell.service.in b/units/systemd-debug-shell.service.in index 8ca25a3628..2aa98d3cc5 100644 --- a/units/systemd-debug-shell.service.in +++ b/units/systemd-debug-shell.service.in @@ -1,3 +1,10 @@ +# This file is part of systemd. +# +# systemd is free software; you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation; either version 2.1 of the License, or +# (at your option) any later version. + [Unit] Description=Early root shell on tty9 FOR DEBUGGING ONLY Documentation=man:sushell(8) |