Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Duniter v2S
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
nodes
rust
Duniter v2S
Merge requests
!296
Upgrade Oracle Timer Service
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade Oracle Timer Service
update-packaging
into
master
Overview
1
Commits
1
Pipelines
3
Changes
4
All threads resolved!
Hide all comments
Merged
Benjamin Gallois
requested to merge
update-packaging
into
master
4 months ago
Overview
1
Commits
1
Pipelines
3
Changes
4
All threads resolved!
Hide all comments
Expand
Delete redundant timer.
Add oracle interval to the oracle service.
Add oracle interval to the configuration.
0
0
1
Merge request reports
Compare
master
version 2
2ca68a9d
4 months ago
version 1
2a03947f
4 months ago
master (base)
and
latest version
latest version
f1d36b5f
1 commit,
4 months ago
version 2
2ca68a9d
1 commit,
4 months ago
version 1
2a03947f
1 commit,
4 months ago
4 files
+
8
−
13
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
docs/user/installation_debian.md
+
2
−
2
Options
@@ -22,5 +22,5 @@
@@ -22,5 +22,5 @@
A Smith node needs to be installed.
A Smith node needs to be installed.
1.
Change the default configuration by modifying
`/etc/duniter/env_file`
.
1.
Change the default configuration by modifying
`/etc/duniter/env_file`
.
2.
Start the service:
`sudo systemctl start distance-oracle.
timer
`
.
2.
Start the service:
`sudo systemctl start distance-oracle.
service
`
.
3.
Enable the service at startup:
`sudo systemctl enable distance-oracle.
timer
`
.
3.
Enable the service at startup:
`sudo systemctl enable distance-oracle.
service
`
.
Loading