mirror of
https://github.com/schoebel/mars
synced 2024-12-18 12:45:08 +00:00
9 lines
162 B
Bash
Executable File
9 lines
162 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pid=$BASHPID
|
|
ppid=$PPID
|
|
|
|
echo -n L $* $(pstree $pid) > /proc/sys/mars/trigger
|
|
|
|
exec /usr/local/bin/marsadm systemd-trigger >> /mars/trigger.log 2>&1
|