Skip to content
Snippets Groups Projects

Build with S6 (bullseye)

Merged ale requested to merge s6 into master
6 files
+ 3
17
Compare changes
  • Side-by-side
  • Inline
Files
6
clean_sessions.service: {
type: cron,
interval: "10,40 * * * *",
command: "/usr/bin/find /var/lib/php/sessions -mindepth 1 -type f -mtime +1 -delete",
}
Loading