mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-05 21:43:03 +01:00
Fix ramdisk permission errors making it below to the mycroft user
This commit is contained in:
parent
5a34716366
commit
5712beb181
@ -1,2 +1,3 @@
|
||||
d /var/log/mycroft 700 mycroft mycroft
|
||||
Z /opt/mycroft - mycroft mycroft
|
||||
d /ramdisk 700 mycroft mycroft
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user