summaryrefslogtreecommitdiff
path: root/apt/20services
blob: 9cc6cf654430e9f6bdd34d15d968e100c2e39ea9 (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 {
   "Debian stable";
   "Debian stable-security";
};