mirror of
https://github.com/systemd/systemd.git
synced 2024-10-29 04:55:36 +03:00
5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ -d /events ] || exit 0
|
|
set > /events/debug.$SEQNUM.$SUBSYSTEM.$ACTION.$$
|