Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
advLigoRTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CDS
software
advLigoRTS
Commits
91f21e7c
Commit
91f21e7c
authored
4 years ago
by
Erik von Reis
Browse files
Options
Downloads
Patches
Plain Diff
rtcds: fixed stop/restart system reversal with --all
parent
d767ca74
No related branches found
Branches containing commit
No related tags found
Tags containing commit
4 merge requests
!184
Branch 4.0.0
,
!151
Merge changes from Branch 4.0.0 to master
,
!150
Update rtcds with user-space model flags
,
!147
rtcds: fixed stop/restart system reversal with --all
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
support/bin/rtcds.in
+1
-1
1 addition, 1 deletion
support/bin/rtcds.in
with
1 addition
and
1 deletion
support/bin/rtcds.in
+
1
−
1
View file @
91f21e7c
...
...
@@ -110,7 +110,7 @@ list_host_sys_systemd() {
list_host_sys
()
{
if
[[
-e
/etc/rtsystab
]]
&&
[[
-e
/etc/rt_fe.sh
]]
;
then
/etc/rt_fe.sh
/etc/rt_fe.sh
|
sed
's/ /\n/g'
else
list_host_sys_systemd
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment