Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Context Sensitive Group
freedombone
Commits
b2542504
Commit
b2542504
authored
9 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
missing toxcore daemon --config
parent
6017426e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/freedombone
+7
-5
7 additions, 5 deletions
src/freedombone
src/freedombone-mesh-install
+787
-786
787 additions, 786 deletions
src/freedombone-mesh-install
with
794 additions
and
791 deletions
src/freedombone
+
7
−
5
View file @
b2542504
...
...
@@ -1614,11 +1614,13 @@ function set_repo_commit {
systemctl restart gogs
fi
if [[ $repo_dir == *"toxcore" ]]; then
autoreconf -i
./configure --enable-daemon
make
make install
systemctl restart tox-bootstrapd.service
sed -i 's|ExecStart=.*|ExecStart=/usr/local/bin/tox-bootstrapd --config /etc/tox-bootstrapd.conf|g' $rootdir/etc/systemd/system/tox-bootstrapd.service
autoreconf -i
./configure --enable-daemon
make
make install
systemctl daemon-reload
systemctl restart tox-bootstrapd.service
fi
if [[ $repo_dir == *"toxic" ]]; then
make
...
...
This diff is collapsed.
Click to expand it.
src/freedombone-mesh-install
+
787
−
786
View file @
b2542504
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