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
0b7b043b
Commit
0b7b043b
authored
1 year ago
by
dpuzyrkov
Browse files
Options
Downloads
Patches
Plain Diff
[-] do not stop cellframe-updater
parent
7844a4f6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
os/debian/postinst
+6
-5
6 additions, 5 deletions
os/debian/postinst
with
6 additions
and
5 deletions
os/debian/postinst
+
6
−
5
View file @
0b7b043b
...
...
@@ -271,16 +271,17 @@ else
systemctl start cellframe-updater.service
||
true
echo
"[*] Restarting cellframe-updater service"
systemctl
--system
stop cellframe-updater
>>
/dev/null
||
true
echo
"[*] Stopped cellframe-updater"
#
systemctl --system stop cellframe-updater || true
#
echo "[*] Stopped cellframe-updater"
systemctl daemon-reload
||
true
systemctl
--system
start cellframe-updater
||
true
echo
"[*] Started cellframe-updater"
systemctl
enable
$DAP_PREFIX
/share/cellframe-updater.timer
||
true
chmod
0666
$DAP_CFG
chmod
0666
$DAP_CFG_TPL
chmod
0666
$DAP_CFG
||
true
chmod
0666
$DAP_CFG_TPL
||
true
chmod
0774
$DAP_PREFIX
/bin/
*
||
true
chmod
0777
$DAP_PREFIX
/bin/
$DAP_APP_NAME
-cli
$DAP_PREFIX
/python/bin/pip3
*
$DAP_PREFIX
/python/bin/python3
*
||
true
...
...
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