On 2017-01-27 20:50, Michael Biebl wrote: >> The error sent from systemd back to systemd-run seems to be: >> "Unit run-24908.scope already exists." > > > Could you check if you have many scope units in /run which could slow down > systemd
# find /run/systemd/system/ -type f -iname '*.scope' |wc -l 1440 All scope files containing only: '# Transient stub' The directory below containing: # cat /run/systemd/system/run-1654.scope.d/50-Slice.conf [Scope] Slice=<our>.slice # cat /run/systemd/system/run-1654.scope.d/50-Description.conf [Unit] Description=<our script we called with systemd-run>.sh gebi