Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
hashworks
infrastructure
Commits
74d6426a
Verified
Commit
74d6426a
authored
Jun 15, 2022
by
Evangelos Foutras
🐱
Browse files
debuginfod: install custom service unit to /etc/..
/usr/lib/systemd/system is for vendor-provided service unit files.
parent
8f2d19b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/debuginfod/tasks/main.yml
View file @
74d6426a
...
...
@@ -9,7 +9,7 @@
when
:
debuginfod_domain
-
name
:
configure debuginfod systemd service
template
:
src=debuginfod.service.j2 dest=/
usr/lib
/systemd/system/debuginfod.service owner=root group=root mode=0644
template
:
src=debuginfod.service.j2 dest=/
etc
/systemd/system/debuginfod.service owner=root group=root mode=0644
vars
:
debuginfod_package_path
:
"
{{
debuginfod_package_paths
|
join('
')
}}"
notify
:
...
...
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