Files
Arch-R/packages/sysutils/systemd/system.d/debugconfig.service

15 lines
343 B
SYSTEMD
Raw Normal View History

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