Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bpm-sw
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
bpm
bpm-sw
Commits
ba0247b2
Commit
ba0247b2
authored
9 years ago
by
Lucas Russo
Browse files
Options
Downloads
Patches
Plain Diff
scripts/upstart/*: fix instance variable syntax
parent
42bfcb85
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/upstart/etc/init/bpm-sw.conf
+2
-2
2 additions, 2 deletions
scripts/upstart/etc/init/bpm-sw.conf
with
2 additions
and
2 deletions
scripts/upstart/etc/init/bpm-sw.conf
+
2
−
2
View file @
ba0247b2
...
...
@@ -17,9 +17,9 @@ respawn
# upstart manages PID creation for you.
expect
fork
env
INSTANCE
=
0000
instance
$
BOARD
script
# My startup script, plain old shell scripting here.
exec
/
usr
/
local
/
bin
/
ebpm
-
f
/
usr
/
local
/
etc
/
bpm_sw
/
bpm_sw
.
cfg
-
n
be
-
t
pcie
-
i
$
INSTANCE
-
e
/
dev
/
fpga
/$
INSTACE
-
s
0
-
b
tcp
://
127
.
0
.
0
.
1
:
8978
-
l
/
media
/
remote_logs
exec
/
usr
/
local
/
bin
/
ebpm
-
f
/
usr
/
local
/
etc
/
bpm_sw
/
bpm_sw
.
cfg
-
n
be
-
t
pcie
-
i
$
BOARD
-
e
/
dev
/
fpga
/$
BOARD
-
s
0
-
b
tcp
://
127
.
0
.
0
.
1
:
8978
-
l
/
media
/
remote_logs
end
script
This diff is collapsed.
Click to expand it.
Preview
0%
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