aboutsummaryrefslogtreecommitdiffstats
path: root/examples/source-router/fifodir-cleanup/run
blob: c2688adc15293c2707c843e40dbc270409e61621 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/command/execlineb -P
fdmove -c 2 1
if
{
  forbacktickx -ep -0 i { s6-ls -0 /run/service }
  importas -u i i
  foreground
  {
    if { eltest -d /run/service/${i}/log }
    s6-cleanfifodir /run/service/${i}/log/event
  }
  s6-cleanfifodir /run/service/${i}/event
}
s6-setuidgid nobody
s6-sleep 86400