2011/11/15 Manuel Amador (Rudd-O) <[email protected]>:
> It's a multi-instance service.  You can instance it several times based
> on a parameter, much like [email protected] can be instantiated to be
> [email protected].
>
> On Tue, 2011-11-15 at 10:06 -0500, Michael D. Berger wrote:
>> Why does "[email protected]" have the '@'?
>>
>> Thanks,
>> Mike.
>>
>> --
>> Michael D. Berger
Most certainly it is a socket activated service in the inetd style,
i.e. one service instance per connection.
The socket file probably contains Accept=yes, meaning for every
connection to that socket one instance
openvpn@<host-ip>:port-<client-ip>:port.service is spawned. This way,
all daemons that support inetd can be socket activated in systemd,
although the preferred way is to have an openvpn.service file (without
the @) which gets started on the first connection and then handles all
incoming connections, without exiting after all connections are
closed.

Mirco
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to