Files
Arch-R/packages/sysutils/systemd/system.d/debugconfig.service
Stephan Raue 59dbdf7192 systemd: rework debugconfig.service
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2013-08-24 22:05:41 +02:00

15 lines
328 B
Desktop File

[Unit]
Description=Setup debug config
DefaultDependencies=no
Before=local-fs.target shutdown.target
Conflicts=shutdown.target
ConditionKernelCommandLine=debugging
[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