File: 20services

package info (click to toggle)
whatmaps 0.0.14-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 1,011; sh: 76; makefile: 14
file content (8 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
// Set to 1 or true to enable service restarts on security updates
Whatmaps::Enable-Restart "0";

// What updates are considered security updates
Whatmaps::Security-Update-Origins {
   "${distro_id} stable";
   "${distro_id} ${distro_codename}-security";
};