Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
steam
systemd
Commits
5f36328f
Commit
5f36328f
authored
Oct 26, 2010
by
Lennart Poettering
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
units: now that we don't set TERM anymore by default, make sure to pass it to our rescue sessions
parent
9865f3b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
units/emergency.service
units/emergency.service
+1
-0
units/fedora/single.service
units/fedora/single.service
+1
-0
No files found.
units/emergency.service
View file @
5f36328f
...
...
@@ -13,6 +13,7 @@ DefaultDependencies=no
[Service]
Environment
=
HOME=/root
Environment
=
TERM=vt100-nav
WorkingDirectory
=
/root
ExecStartPre
=
-/bin/plymouth --hide-splash
ExecStartPre
=
-/bin/echo 'Welcome to emergency mode. Use "systemctl default" or ^D to activate default mode.'
...
...
units/fedora/single.service
View file @
5f36328f
...
...
@@ -16,6 +16,7 @@ Before=multi-user.target
[Service]
Environment
=
HOME=/root
Environment
=
TERM=vt100-nav
EnvironmentFile
=
/etc/sysconfig/init
WorkingDirectory
=
/root
ExecStartPre
=
-/bin/plymouth --hide-splash
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment