Hi,

On Wed, Jul 31, 2013 at 2:14 PM, lux-integ <lux-in...@btconnect.com> wrote:
>
> I am trying to learn systemD. I   scaned through some of the man pages.  I am
> here asking if  systemD unit file synthesis  can  be made to support macros;
> for example of the following type:-
>
> #--------------
> IF mountpoint exists
> /bin/mount /dev/something  $mountpoint
> ELSE
> /bin/mount /dev/something somewherelse
> ENDiF
> #--------------

Unit files are declarative by design, so the answer to this will
almost certainly be "no". If you really need a proper programming
language, then you'd be better off using a script and pointing
ExecStart to that.

-t
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to