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
16
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
c9d96411
Commit
c9d96411
authored
2 years ago
by
dpuzyrkov
Browse files
Options
Downloads
Patches
Plain Diff
[*] cellgainz pathc: debian start service after network-online target, pre/posrm added in debs.
parent
b1185b68
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!974
bugfix-8996
,
!873
Hotfix 8568
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
dist.linux/share/cellframe-node.service
+1
-2
1 addition, 2 deletions
dist.linux/share/cellframe-node.service
prod_build
+1
-1
1 addition, 1 deletion
prod_build
with
4 additions
and
5 deletions
CMakeLists.txt
+
2
−
2
View file @
c9d96411
...
...
@@ -137,7 +137,7 @@ if(UNIX)
message
(
"[*] Debian package setup pkgarch=
${
CPACK_DEBIAN_PACKAGE_ARCHITECTURE
}
version=
${
CPACK_PACKAGE_VERSION
}
"
)
SET
(
CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/debian/postinst;
${
CMAKE_CURRENT_SOURCE_DIR
}
/debian/postrm;
${
CMAKE_CURRENT_SOURCE_DIR
}
/debian/templates;
${
CMAKE_CURRENT_SOURCE_DIR
}
/debian/config;"
)
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/debian/postinst;
${
CMAKE_CURRENT_SOURCE_DIR
}
/debian/
prerm;
${
CMAKE_CURRENT_SOURCE_DIR
}
/debian/
postrm;
${
CMAKE_CURRENT_SOURCE_DIR
}
/debian/templates;
${
CMAKE_CURRENT_SOURCE_DIR
}
/debian/config;"
)
elseif
(
BSD
)
message
(
"[*] BSD family system
${
CMAKE_SYSTEM
}
"
)
elseif
(
DARWIN
)
...
...
@@ -477,7 +477,7 @@ else()
INSTALL
(
TARGETS
${
NODE_TOOL_TARGET
}
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/bin
)
if
(
SUPPORT_PYTHON_PLUGINS AND NOT BUILD_WITH_SYSTEM_PYTHON
)
#install python environment if not system python in use
INSTALL
(
DIRECTORY
${
PYTHON_PREFIX
}
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/bin
/python
USE_SOURCE_PERMISSIONS
)
INSTALL
(
DIRECTORY
${
PYTHON_PREFIX
}
DESTINATION
${
CMAKE_INSTALL_PREFIX
}
/bin USE_SOURCE_PERMISSIONS
)
endif
()
endif
()
...
...
This diff is collapsed.
Click to expand it.
dist.linux/share/cellframe-node.service
+
1
−
2
View file @
c9d96411
[Unit]
Description
=
Cellframe Node
After
=
network.target
After
=
network
-online
.target
[Service]
WorkingDirectory
=
/opt/cellframe-node
...
...
@@ -9,7 +9,6 @@ ExecStop=/bin/kill -SIGTERM $MAINPID
Restart
=
always
User
=
cellframe-node
Group
=
cellframe-node
RestartSec
=
10
[Install]
WantedBy
=
multi-user.target
This diff is collapsed.
Click to expand it.
prod_build
@
3afaba31
Compare
bae66a47
...
3afaba31
Subproject commit
bae66a47cee74e0d9663a1b1a34ef1a3db4740b7
Subproject commit
3afaba317ce1039427254413bce41026763ecd50
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