debugconfig.service 343 B

1234567891011121314
  1. [Unit]
  2. Description=Setup debug config
  3. DefaultDependencies=no
  4. After=systemd-tmpfiles-setup.service
  5. ConditionKernelCommandLine=|debugging
  6. ConditionPathExists=|/storage/.cache/debug.libreelec
  7. [Service]
  8. Type=oneshot
  9. ExecStart=/bin/sh -c 'cp /usr/share/debugconf/*.conf /run/libreelec/debug'
  10. RemainAfterExit=yes
  11. [Install]
  12. WantedBy=sysinit.target