{5} Assigned, Active Tickets by Owner (Full Description) (1 match)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

yarrick (1 match)

Ticket Summary Component Milestone Type Created
Description
#106 Add systemd socket activation 0.6.0 "Hotspotify" enhancement 05/07/11

The attached patch allows to use iodine together with socket activation in systemd. The idea is that systemd listens to the UDP socket and, as soon as someone connects to it, starts iodined and passes the file descriptor over.

If no socket passing happens, behaviour of iodine should be the same as before.

For using this new feature, one could use the following config skeleton:

-> File /etc/systemd/system/iodined.socket:

[Socket]
ListenDatagram=0.0.0.0:53

-> File /etc/systemd/system/iodined.service:

[Unit]
Requires=iodined.socket
[Service]
ExecStart=/usr/sbin/iodined -f <other iodined options>

(Contact: ewoerner in #iodine)


Note: See TracReports for help on using and creating reports.