Skip to content
Snippets Groups Projects

Run with S6 instead of chaperone

Merged ale requested to merge s6 into master
Files
29
clean_heldmsg_cron.service: {
type: cron,
interval: "50 4 * * *",
command: "/usr/local/bin/clean-heldmsg",
env_set: {
"LC_ALL": "C",
"LC_CTYPE": "C"
}
}
Loading