mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Fix ramdisk permission errors making it below to the mycroft user
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user