mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-11-01 00:51:08 +03:00
5 lines
77 B
Bash
5 lines
77 B
Bash
|
#/bin/sh
|
||
|
|
||
|
[ -d /events ] || exit 0
|
||
|
set > /events/debug.$SEQNUM.$1.$ACTION.$$
|