On Tue, 26.05.15 14:12, Steven Noonan ([email protected]) wrote:
> Hi there,
>
> I'm wondering what the functional difference is between doing:
>
> ExecStartPre=/bin/foo
> ExecStart=/bin/bar
>
> and
>
> ExecStart=/bin/foo
> ExecStart=/bin/bar
As mentioned in Christian's reply: multiple Ex
On 05/26/2015 11:12 PM, Steven Noonan wrote:
> Hi there,
>
> I'm wondering what the functional difference is between doing:
>
> ExecStartPre=/bin/foo
> ExecStart=/bin/bar
>
> and
>
> ExecStart=/bin/foo
> ExecStart=/bin/bar
>
> From my read of the systemd.service man page, they appear to have t
Hi there,
I'm wondering what the functional difference is between doing:
ExecStartPre=/bin/foo
ExecStart=/bin/bar
and
ExecStart=/bin/foo
ExecStart=/bin/bar
From my read of the systemd.service man page, they appear to have the
same behavior in the common use case.
The only difference I can see