Advertisement
Keijo

tmpw.service

Jul 4th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. [Unit]
  2. Description=Temporary Directory Workaround
  3. Conflicts=umount.target
  4. After=tmp.mount
  5. Before=local-fs.target umount.target
  6.  
  7. [Service]
  8. Type=oneshot
  9. ExecStart=/bin/chmod -v -R 1777 /tmp/
  10.  
  11. [Install]
  12. WantedBy=local-fs.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement