diff --git a/server/modules/persistent.py b/server/modules/persistent.py index 3c20c07..373001b 100755 --- a/server/modules/persistent.py +++ b/server/modules/persistent.py @@ -30,7 +30,7 @@ def main(): #!/bin/bash set -ex e2fsck -a /persistent -mount -o data=journal,noatime,sync LABEL=PERSISTENT /persistent +mount -o noatime LABEL=PERSISTENT /persistent """) with module.ServiceFile('persistent.service') as fh: