Start of change

systemd examples for logins

On distributions that use systemd, you can set up login programs for iucvtty instances through a systemd instance unit.

To enable a login on an iucvtty instance with terminal ID lxterm1, issue:
# systemctl enable iucvtty-login@lxterm1.service
At the next system start, systemd starts the iucvtty service for lxterm1.
To start the service without a system restart, issue:
# systemctl start iucvtty-login@lxterm1.service
Note: How to set up systemd instance can vary by distribution. See the Device Drivers, Features, and Commands that is specific to your distribution.
End of change