On Thu, Jul 11, 2013 at 02:58:26PM -0500, David Lambert wrote:
> On my Angstrom distribution the sshd service is controlled by the
> file "/lib/systemd/system/[email protected]". What is the significance
> of the "@" in the service name?
"@" means that it's a template unit. A separate instance of the
[email protected] unit will be created for each connections, called
sshd@<connection-1-details>.service,
sshd@<connection-2-details>.service, etc.

Zbyszek

> This may be buried in documentation, but is very difficult to search
> for. My apologies if it is "obvious".
It's described in systemd.unit(5), but not very verbosely.

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

Reply via email to