In systemd is there a mechanism or a configuration file which will set defaults for the systemd execution environment configuration for ALL services? Including user created ones.
For example if we want to have all systemd services use specific values for RestrictAddressFamilies or Personality or PrivateTmp then right now we have to go and modify each and every service file. That is hardly optimal. But if there is a configuration file or some setting somewhere maintained so that all systemd services use the the configuration/setting thus maintained then that would be great.