Changes between Initial Version and Version 1 of Ticket #2206, comment 7
- Timestamp:
- Nov 17, 2020, 3:56:47 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2206, comment 7
initial v1 11 11 sudo service tomcat9 restart 12 12 }}} 13 14 NOTE: with `PrivateTmp=yes`, petascope will not create any folder in `/tmp` but in somewhere else. 15 16 When set `PrivateTmp=no`, petascope cannot also create files in `/tmp`, it is due to: 17 https://stackoverflow.com/a/56835997