Bug 789761
Summary: | Provide native systemd service | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jóhann B. Guðmundsson <johannbg> | ||||
Component: | lm_sensors | Assignee: | Nikola Pajkovsky <npajkovs> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | dhoward, hdegoede, npajkovs, pknirsch | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-02-13 13:42:59 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 751869 | ||||||
Attachments: |
|
Description
Jóhann B. Guðmundsson
2012-02-12 21:00:20 UTC
Created attachment 561298 [details]
Native systemd service for sensord
does this work in systemd ${INTERVAL:+-i $INTERVAL} ? Hmm not without escaping to shell. What or rather why exactly do you need it? Systemd has time units not sure if it's applicable in this case but you should have a look at man systemd.timer and if applicable we could create an sensord.time unit for it there. I should mention that Environment files like /etc/sysconfig/foo are Fedora/Red Hat specific so upstream wont accept that unit if you put it in there and submit it upstream since it's not cross distro usable. I also should mention that using environment files like /etc/sysconfig/foo is deprecated. Administrators should follow this procedure http://fedoraproject.org/wiki/Systemd#How_do_I_customize_a_unit_file.2F_add_a_custom_unit_file.3F These days... |