Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
0f94594f
Verified
Commit
0f94594f
authored
May 14, 2022
by
Evangelos Foutras
🐱
Browse files
debuginfod: use restart handler instead of reload
Reloading isn't supported by debuginfod.service.
parent
0ea6ad34
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/debuginfod/handlers/main.yml
View file @
0f94594f
---
-
name
:
reload debuginfod
service
:
name=debuginfod state=reloaded
-
name
:
daemon reload
systemd
:
daemon-reload
:
true
-
name
:
restart debuginfod
service
:
name=debuginfod state=restarted
roles/debuginfod/tasks/main.yml
View file @
0f94594f
...
...
@@ -14,7 +14,8 @@
vars
:
debuginfod_package_path
:
"
{{
debuginfod_package_paths
|
join('
')
}}"
notify
:
-
reload debuginfod
-
daemon reload
-
restart debuginfod
-
name
:
create http directory for debuginfod website files
file
:
path=/srv/http/debuginfod state=directory owner=root group=root mode=0755
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment