2013-08-11 00:25:22 +02:00
|
|
|
[Unit]
|
|
|
|
|
Description=Setup debug config
|
|
|
|
|
DefaultDependencies=no
|
2015-01-18 18:07:47 +02:00
|
|
|
After=systemd-tmpfiles-setup.service
|
2013-08-30 20:35:24 +03:00
|
|
|
ConditionKernelCommandLine=|debugging
|
2016-03-11 22:31:41 +01:00
|
|
|
ConditionPathExists=|/storage/.cache/debug.libreelec
|
2013-08-11 00:25:22 +02:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
2016-03-11 22:31:41 +01:00
|
|
|
ExecStart=/bin/sh -c 'cp /usr/share/debugconf/*.conf /run/libreelec/debug'
|
2015-01-18 18:07:47 +02:00
|
|
|
RemainAfterExit=yes
|
2013-08-11 00:25:22 +02:00
|
|
|
|
|
|
|
|
[Install]
|
2015-01-18 18:07:47 +02:00
|
|
|
WantedBy=sysinit.target
|