File: systemd-cron.bug-script

package info (click to toggle)
systemd-cron 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 636 kB
  • sloc: cpp: 2,599; sh: 962; makefile: 239; ansic: 133
file content (5 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download | duplicates (3)
1
2
3
4
5
#!/bin/sh
echo "-- output of systemctl list-timers" >&3
systemctl list-timers >&3
echo "-- output of systemd-delta" >&3
systemd-delta | sed -n '/cron/,/^\[/p' | sed -e \$d >&3