Fix ramdisk permission errors making it below to the mycroft user

This commit is contained in:
j1nx 2021-03-04 20:50:26 +01:00
parent 5a34716366
commit 5712beb181
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
d /var/log/mycroft 700 mycroft mycroft
Z /opt/mycroft - mycroft mycroft
d /ramdisk 700 mycroft mycroft

View File

@ -10,7 +10,7 @@ Conflicts=umount.target
What=/dev/zram1
Where=/ramdisk
Type=ext4
Options=nobarrier,strictatime,nosuid,nodev
Options=rw,nobarrier,strictatime,nosuid,nodev
[Install]
WantedBy=local-fs.target