/etc/apt/apt.conf.d/20services is in whatmaps 0.0.9-1+deb8u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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";
};
|