summaryrefslogtreecommitdiff
path: root/apt/20services
blob: f9f414755ed9802889fe830497e7a47b61019cd1 (plain)
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";
};