mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
9 lines
244 B
Raku
9 lines
244 B
Raku
#!/usr/bin/perl
|
|
|
|
$RES::EventResponse{'DisplayEventsAnyTime'} = {
|
|
Name => q(DisplayEventsAnyTime),
|
|
Locked => q(0),
|
|
Actions => q({[displayEvent,{127},{0},{86400},/usr/sbin/rsct/bin/displayevent admindesktop:0,3,0,0,0,{},0]}),
|
|
};
|
|
1;
|