[systemd-devel] [RFC 1/6] proxy-discoveryd: Basic core added

Tomasz Bursztyka tomasz.bursztyka at linux.intel.com
Mon Apr 13 03:05:41 PDT 2015


Hi Lennart,

>> +
>> +[Unit]
>> +Description=Proxy service
>> +DefaultDependencies=no
> Hmm, should this really be an early-boot service? Can you explain?

That's a mistake indeed.

>> +Requires=dbus.socket
>> +After=dbus.socket
>> +Before=remote-fs.target
> Which this dependency?

Took that quickly from pacrunner.service.
It does not look relevant.

>> +[Service]
>> +Restart=on-failure
>> +ExecStart=@rootlibexecdir@/systemd-proxy-discoveryd
>> +StandardOutput=null
> Why this last line?

See my answer to Tom's comment.


Tomasz


More information about the systemd-devel mailing list