Bug 1005476 - environment variables from /etc/sysconfig/lirc not passed to the daemon
Summary: environment variables from /etc/sysconfig/lirc not passed to the daemon
Keywords:
Status: CLOSED DUPLICATE of bug 881976
Alias: None
Product: Fedora
Classification: Fedora
Component: lirc
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Jarod Wilson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-07 12:13 UTC by George Machitidze
Modified: 2013-10-01 15:46 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-01 15:46:22 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description George Machitidze 2013-09-07 12:13:34 UTC
Description of problem:
Environment variables from /etc/sysconfig/lirc are not passed to the daemon when starting up with systemd

Version-Release number of selected component (if applicable):
lirc-0.9.0-11.fc19.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Install lirc
2. Change environment variables in /etc/sysconfig/lirc
3. systemctl lirc start
4. ps auxwf|grep lirc|grep -v grep

Actual results:
/usr/sbin/lircd --driver=default --device=/dev/lirc0

Expected results:
same with different values

Additional info:
looks like there's nothing about /etc/sysconfig/lirc in systemd unit file:
[root@giomacdesk ~]# cat /usr/lib/systemd/system/lirc.service 
[Unit]
Description=LIRC Infrared Signal Decoder
After=network.target

[Service]
Type=forking
PIDFile=/run/lirc/lircd.pid
ExecStart=/usr/sbin/lircd --driver=default --device=/dev/lirc0 

[Install]
WantedBy=multi-user.target

Comment 1 Till Maas 2013-10-01 15:46:22 UTC

*** This bug has been marked as a duplicate of bug 881976 ***


Note You need to log in before you can comment on or make changes to this bug.