Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
VISA-Releases
Cameo
Commits
644c1431
Commit
644c1431
authored
Apr 17, 2020
by
Locatelli
Browse files
update scripts
parent
4f8a75a3
Changes
4
Hide whitespace changes
Inline
Side-by-side
config.xml
View file @
644c1431
<?xml version="1.0" encoding="UTF-8"?>
<config
port=
"7000"
max_applications=
"20"
debug=
"O
FF
"
polling_time=
"100"
>
<config
host=
"192.168.26.56"
port=
"7000"
max_applications=
"20"
debug=
"O
N
"
polling_time=
"100"
>
<applications>
</applications>
...
...
install.sh
View file @
644c1431
#!/bin/bash
# pp file
rsync
-a
systemd/
$HOME
/.config/systemd/
systemctl
--user
daemon-reload
systemctl
--user
stop cameo
systemctl
--user
enable
cameo
systemctl
--user
start cameo
systemd/cameo.service
deleted
100644 → 0
View file @
4f8a75a3
[Unit]
Description
=
Cameo Server Service
[Service]
ExecStart
=
/usr/bin/java -jar /users/nomad/cameo-release/cameo-server.jar /users/nomad/cameo/config.xml
WorkingDirectory
=
/users/nomad/cameo
Environment
=
DISPLAY=:0
[Install]
WantedBy
=
default.target
systemd/cameo.service.d/local.conf
deleted
100644 → 0
View file @
4f8a75a3
[
Service
]
Environment
=
"PATH=/usr/local/bin:/usr/bin:/bin:$PATH"
Environment
=
"LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/jni:/usr/local/lib:$LD_LIBRARY_PATH"
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