Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
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
Show more breadcrumbs
cellframe
celllframe-node
Commits
45d31f18
Commit
45d31f18
authored
2 years ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Patches
Plain Diff
[*] VPN workflow + other bugfixes
parent
8b50e6c2
No related branches found
No related tags found
2 merge requests
!974
bugfix-8996
,
!873
Hotfix 8568
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dist.linux/share/cellframe-node.service
+2
-2
2 additions, 2 deletions
dist.linux/share/cellframe-node.service
sources/main.c
+0
-1
0 additions, 1 deletion
sources/main.c
with
3 additions
and
4 deletions
cellframe-sdk
@
66a19940
Compare
e4405cff
...
66a19940
Subproject commit
e4
405
cf
f69
d0d9bfee102dedb0952ab322908
1c
d
Subproject commit
66a199
405
8
f69
f6f6fe18fbd48e7091622e479
1c
This diff is collapsed.
Click to expand it.
dist.linux/share/cellframe-node.service
+
2
−
2
View file @
45d31f18
...
...
@@ -7,8 +7,8 @@ WorkingDirectory=/opt/cellframe-node
ExecStart
=
/opt/cellframe-node/bin/cellframe-node &
ExecStop
=
/bin/kill -SIGTERM $MAINPID
Restart
=
always
User
=
cellframe-node
Group
=
cellframe-node
#
User=cellframe-node
#
Group=cellframe-node
[Install]
WantedBy
=
multi-user.target
This diff is collapsed.
Click to expand it.
sources/main.c
+
0
−
1
View file @
45d31f18
...
...
@@ -252,7 +252,6 @@ int main( int argc, const char **argv )
return
-
4
;
}
if
(
dap_http_init
()
!=
0
)
{
log_it
(
L_CRITICAL
,
"Can't init http server module"
);
return
-
5
;
...
...
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