bundlewrap/bundles/sysctl/files/98-sysctl.conf
Franzi e51e1113bb
bundles/sysctl: work around debian bug
The debian systemd will silently overwrite /etc/sysctl.d/99-sysctl.conf
with a symlink to /etc/sysctl.conf. We don't want that.
2021-07-25 13:31:00 +02:00

4 lines
108 B
Plaintext

% for option, value in sorted(node.metadata.get('sysctl/options', {}).items()):
${option}=${value}
% endfor