2013-08-11 00:25:22 +02:00
|
|
|
[Unit]
|
|
|
|
|
Description=Setup debug config
|
|
|
|
|
DefaultDependencies=no
|
2013-08-24 22:05:41 +02:00
|
|
|
Before=local-fs.target shutdown.target
|
|
|
|
|
Conflicts=shutdown.target
|
2013-08-11 00:25:22 +02:00
|
|
|
|
2013-08-30 20:35:24 +03:00
|
|
|
ConditionKernelCommandLine=|debugging
|
|
|
|
|
ConditionPathExists=|/storage/.cache/debug.openelec
|
2013-08-11 00:25:22 +02:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
2013-08-24 22:05:41 +02:00
|
|
|
ExecStart=/bin/sh -c 'mkdir -p /run/openelec/debug; cp /usr/share/debugconf/*.conf /run/openelec/debug'
|
2013-08-11 00:25:22 +02:00
|
|
|
|
|
|
|
|
[Install]
|
2013-08-24 22:05:41 +02:00
|
|
|
WantedBy=local-fs.target
|