mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
16 lines
381 B
Desktop File
16 lines
381 B
Desktop File
[Unit]
|
|
Description=Setup debug config
|
|
DefaultDependencies=no
|
|
Before=local-fs.target shutdown.target
|
|
Conflicts=shutdown.target
|
|
|
|
ConditionKernelCommandLine=|debugging
|
|
ConditionPathExists=|/storage/.cache/debug.openelec
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh -c 'mkdir -p /run/openelec/debug; cp /usr/share/debugconf/*.conf /run/openelec/debug'
|
|
|
|
[Install]
|
|
WantedBy=local-fs.target
|