Skip to content
Snippets Groups Projects
Commit 45d31f18 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[*] VPN workflow + other bugfixes

parent 8b50e6c2
No related branches found
No related tags found
2 merge requests!974bugfix-8996,!873Hotfix 8568
Subproject commit e4405cff69d0d9bfee102dedb0952ab3229081cd
Subproject commit 66a1994058f69f6f6fe18fbd48e7091622e4791c
......@@ -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
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment