Files
Arch-R/packages/sysutils/systemd/system.d/debugconfig.service
2015-01-18 18:07:47 +02:00

15 lines
341 B
Desktop File

[Unit]
Description=Setup debug config
DefaultDependencies=no
After=systemd-tmpfiles-setup.service
ConditionKernelCommandLine=|debugging
ConditionPathExists=|/storage/.cache/debug.openelec
[Service]
Type=oneshot
ExecStart=/bin/sh -c 'cp /usr/share/debugconf/*.conf /run/openelec/debug'
RemainAfterExit=yes
[Install]
WantedBy=sysinit.target