Re: [systemd-devel] Difference between After and RequiredBy

2011-12-15 Thread Lennart Poettering
On Tue, 29.11.11 11:19, Edward Z. Yang ([email protected]) wrote: > Hello folks, > > On this ticket [1], we're attempting to figure out what > the relationship between services like httpd.service and remote-fs.target > are. One particular point of contention is this: what is the > difference betwee

Re: [systemd-devel] Difference between After and RequiredBy

2011-11-29 Thread Colin Guthrie
'Twas brillig, and Edward Z. Yang at 29/11/11 16:41 did gyre and gimble: > Excerpts from Colin Guthrie's message of Tue Nov 29 11:32:01 -0500 2011: >> I think RequiredBy is just the same semantically as Requires (it just >> allows the requirement to be specified in a remote unit), in which case >>

Re: [systemd-devel] Difference between After and RequiredBy

2011-11-29 Thread Edward Z. Yang
Excerpts from Colin Guthrie's message of Tue Nov 29 11:32:01 -0500 2011: > I think RequiredBy is just the same semantically as Requires (it just > allows the requirement to be specified in a remote unit), in which case > this section from the manual page (man 5 systemd.unit) should explain > things

Re: [systemd-devel] Difference between After and RequiredBy

2011-11-29 Thread Peter Sztan
Edward Z. Yang MIT.EDU> writes: > are. One particular point of contention is this: what is the > difference between 'After' and 'RequiredBy'? Which is correct > in this circumstance? > After does not mean the unit is required, it only says that if the unit mentioned is there, it should be orde

Re: [systemd-devel] Difference between After and RequiredBy

2011-11-29 Thread Colin Guthrie
'Twas brillig, and Edward Z. Yang at 29/11/11 16:19 did gyre and gimble: > Hello folks, > > On this ticket [1], we're attempting to figure out what > the relationship between services like httpd.service and remote-fs.target > are. One particular point of contention is this: what is the > differen

[systemd-devel] Difference between After and RequiredBy

2011-11-29 Thread Edward Z. Yang
Hello folks, On this ticket [1], we're attempting to figure out what the relationship between services like httpd.service and remote-fs.target are. One particular point of contention is this: what is the difference between 'After' and 'RequiredBy'? Which is correct in this circumstance? Thanks,