Skip to content
Snippets Groups Projects

Introduce DISABLE_FRESHCLAM

Merged godog requested to merge disable-freshclam into master
2 files
+ 8
1
Compare changes
  • Side-by-side
  • Inline
Files
2
freshclam.service: {
command: "/usr/bin/freshclam -d --foreground=true",
enabled: "$(DISABLE_FRESHCLAM:+false)",
exit_kills: true,
}
Loading