Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=620112 --- Comment #16 from nucleo <alekcejk@xxxxxxxxxxxxxx> 2011-06-16 19:19:10 EDT --- SysV initscripts are now considered obsolete for Fedora 15+ https://fedoraproject.org/wiki/PackagingGuidelines#Systemd So I would prefer to not add init script. Using /etc/sysconfig is also obsolete. All options should be set now in unit file. https://fedoraproject.org/wiki/Packaging:Systemd#Support_for_.2Fetc.2Fsysconfig_files It is should be clear what status of patch in upstream is it accepted or rejected, so I will wait for udpxy author reply http://sourceforge.net/tracker/?func=detail&aid=3317594&group_id=214718&atid=1030796 Contacting author directly by sending e-mail (see README file) also may clarify is your patch will be accepted. Your udpxy.service with Type=forking actually not working: udpxy.service - UDP-to-HTTP multicast traffic relay daemon Loaded: loaded (/lib/systemd/system/udpxy.service) Active: inactive (dead) since Fri, 17 Jun 2011 01:44:05 +0300; 1s ago Process: 2403 ExecStart=/usr/bin/udpxy $OPTIONS (code=exited, status=0/SUCCESS) Main PID: 2404 (code=exited, status=0/SUCCESS) Service also dead with Type=forking if replace $OPTIONS with -S -p 4022: udpxy.service - UDP-to-HTTP multicast traffic relay daemon Loaded: loaded (/lib/systemd/system/udpxy.service) Active: inactive (dead) since Fri, 17 Jun 2011 02:00:00 +0300; 6s ago Process: 2760 ExecStart=/usr/bin/udpxy -S -p 4022 (code=exited, status=0/SUCCESS) Main PID: 2761 (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/udpxy.service But service runs well with Type=singe and "do not run as daemon" option. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review