Ubuntu 将 /tmp 挂载为 tmpfs

ref: https://askubuntu.com/questions/1232004/mounting-tmp-as-tmpfs-on-ubuntu-20-04

sudo cp -v /usr/share/systemd/tmp.mount /etc/systemd/system/ 
sudo systemctl enable tmp.mount

or

sudo systemctl enable /usr/share/systemd/tmp.mount