move sysctl commands to a less essential package?

Currently the filesystem package ships three (two until about yesterday) sysctl commands, each modifying a kernel parameter:

# Raise inotify resource limits
fs.inotify.max_user_instances = 1024
fs.inotify.max_user_watches = 524288

# Increase the default vm.max_map_count value
vm.max_map_count=1048576

Given that the filesystem package is essential, and depended on by the base package, the changed defaults basically apply to all Arch users. IMO it'd make sense to delete the sysctl commands from the filesystem package, and, if necessary, move them to a new, non-essential, package, not depended on by base.

Edited by Neven Sajko