3 new systemd users??

In the last couple of weeks in my tumbleweed partition the system has added 3 new users - all systemd-<something>. Their login is disallowed but it’s still preventing me from having autologin. I cancelled them all at first but they came back.
Is this something new for tumbleweed or is there something more sinister going on? (I’m not particularly bothered by the inability to autologin).

It happened to me this time ago

https://forums.opensuse.org/showthread.php/526612-Systemd-timesynk

And I still have systemd-coredump and systemd-timesync as users in Yast> users and groups.
Occasionally they eliminate them, but they reappear

FWIW I have these on a Tumbleweed (20171023) system

paul@Orion-15:~$ cat /etc/passwd
at:x:25:25:Batch jobs daemon:/var/spool/atjobs:/bin/bash
avahi:x:478:480:User for Avahi:/run/avahi-daemon:/bin/false
avahi-autoipd:x:482:483:User for Avahi IPv4LL:/var/lib/avahi-autoipd:/bin/false
bin:x:1:1:bin:/bin:/bin/bash
daemon:x:2:2:Daemon:/sbin:/bin/bash
dnsmasq:x:480:65534:dnsmasq:/var/lib/empty:/bin/false
firebird:x:472:472:Firebird SQL server:/srv/firebird:/bin/bash
ftp:x:40:49:FTP account:/srv/ftp:/bin/bash
games:x:12:100:Games account:/var/games:/bin/bash
lp:x:4:7:Printing daemon:/var/spool/lpd:/bin/bash
mail:x:8:12:Mailer daemon:/var/spool/clientmqueue:/bin/false
man:x:13:62:Manual pages viewer:/var/cache/man:/bin/bash
messagebus:x:488:488:User for D-Bus:/run/dbus:/bin/false
mysql:x:60:478:MySQL database admin:/var/lib/mysql:/bin/false
news:x:9:13:News system:/etc/news:/bin/bash
nm-openvpn:x:473:473:NetworkManager user for OpenVPN:/var/lib/openvpn:/sbin/nologin
nobody:x:65534:65533:nobody:/var/lib/nobody:/bin/bash
nscd:x:487:487:User for nscd:/run/nscd:/sbin/nologin
ntp:x:74:486:NTP daemon:/var/lib/ntp:/bin/false
polkitd:x:486:485:User for polkitd:/var/lib/polkit:/sbin/nologin
postfix:x:51:51:Postfix Daemon:/var/spool/postfix:/bin/false
pulse:x:476:477:PulseAudio daemon:/var/lib/pulseaudio:/sbin/nologin
root:x:0:0:root:/root:/bin/bash
rpc:x:484:65534:user for rpcbind:/var/lib/empty:/sbin/nologin
rtkit:x:479:481:RealtimeKit:/proc:/bin/false
scard:x:477:479:Smart Card Reader:/var/run/pcscd:/usr/sbin/nologin
sddm:x:475:475:SDDM daemon:/var/lib/sddm:/bin/false
sshd:x:485:484:SSH daemon:/var/lib/sshd:/bin/false
statd:x:483:65534:NFS statd daemon:/var/lib/nfs:/sbin/nologin
systemd-bus-proxy:x:491:491:systemd Bus Proxy:/:/sbin/nologin
systemd-coredump:x:471:471:systemd Core Dumper:/:/sbin/nologin
systemd-journal-gateway:x:494:494:systemd Journal Gateway:/:/sbin/nologin
systemd-journal-remote:x:490:490:systemd Journal Remote:/:/sbin/nologin
systemd-journal-upload:x:492:492:systemd Journal Upload:/:/sbin/nologin
systemd-network:x:495:495:systemd Network Management:/:/sbin/nologin
systemd-resolve:x:489:489:systemd Resolver:/:/sbin/nologin
systemd-timesync:x:493:493:systemd Time Synchronization:/:/sbin/nologin
tftp:x:481:482:TFTP account:/srv/tftpboot:/bin/false
uucp:x:10:14:Unix-to-Unix CoPy system:/etc/uucp:/bin/bash
vnc:x:474:474:user for VNC:/var/lib/empty:/sbin/nologin                                
wwwrun:x:30:8:WWW daemon apache:/var/lib/wwwrun:/bin/false                             
paul:x:1000:100:Paul:/home/paul:/bin/bash                                        
krysten:x:1001:100:Krysten:/home/krysten:/bin/bash 
backup:x:1002:100:Backup:/home/backup:/bin/bash
paul@Orion-15:~$

If you use sddm have you by any chance changed the MinimumUid (/etc/sddm.conf) from it’s default of 1000

  1. Code is fact; documentation is fiction.

Without inspecting the code, it is actually quite difficult to establish a relationship between the latest “systemd” user scheme (deep in the system) and, a GUI’s Display Manager (SDDM, GDM, whatever) [located at the very top of the system’s scheme of things and, isolated from the deeper “system” things – either X11 or Wayland is between the Display Manager and things such as “systemd” (which is managing system things close to the kernel) ].
[HR][/HR]Please indicate which Desktop GUI you’re using – KDE? GNOME? Something else?