Files
Arch-R/packages/sysutils/systemd/system.d/debugconfig.service
2026-03-18 17:32:41 -03:00

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