mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
15 lines
335 B
Desktop File
15 lines
335 B
Desktop File
[Unit]
|
|
Description=Setup debug config
|
|
DefaultDependencies=no
|
|
After=systemd-tmpfiles-setup.service
|
|
ConditionKernelCommandLine=|debugging
|
|
ConditionPathExists=|/storage/.cache/debug.archr
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh -c 'cp /usr/share/debugconf/*.conf /run/archr/debug'
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=sysinit.target
|