Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Note: Default are good enough for most uses
  4.  
  5. sudo cp /usr/share/systemd/tmp.mount /etc/systemd/system/tmp.mount
  6. sudo systemctl enable tmp.mount
  7. sudo systemctl start tmp.mount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement