Re: [systemd-devel] multiple instance template variable

2013-01-03 Thread Lennart Poettering
On Thu, 03.01.13 21:23, Thomas Schreiber ([email protected]) wrote: > Hi, > > I've followed this example with success: http://superuser.com/a/393429/77086 > > However, I am trying to do one more variable substitution by altering the > path to the executable used by ExecStart: > > # cat /usr/lib/syst

[systemd-devel] multiple instance template variable

2013-01-03 Thread Thomas Schreiber
Hi, I've followed this example with success: http://superuser.com/a/393429/77086 However, I am trying to do one more variable substitution by altering the path to the executable used by ExecStart: # cat /usr/lib/systemd/system/[email protected] [Unit] Description=uWSGI service for %i After=syslog.t