Bug ID | 1128846 |
---|---|
Summary | chrony-dnssrv@.service has wrong path to helper script |
Classification | openSUSE |
Product | openSUSE Tumbleweed |
Version | Current |
Hardware | Other |
OS | Other |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Other |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | thomas.blume@suse.com |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
# cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20190307" # grep helper /usr/lib/systemd/system/chrony-dnssrv@.service ExecStart=/usr/share/chrony-helper update-dnssrv-servers %I ^^^^^^^^^^^^^^^^^^^^^^^^ rpm -ql chrony | grep helper /usr/lib/chrony/helper ^^^^^^^^^^^^^^^^^^^^^^ Please correct the path in ExecStart to point correctly to the helper script.