Files
Arch-R/projects/ROCKNIX/packages/sysutils/systemd/system.d/debugconfig.service
2025-07-13 19:02:44 +01:00

15 lines
339 B
Desktop File

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