12 lines
159 B
SYSTEMD
12 lines
159 B
SYSTEMD
|
[Unit]
|
||
|
Description=tmpfs for scanned documents
|
||
|
|
||
|
[Mount]
|
||
|
What=tmpfs
|
||
|
Where=/scan
|
||
|
Type=tmpfs
|
||
|
Options=noatime,uid=1001,gid=1001
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|