doc: Fix the systemd service

This commit is contained in:
Sayantan Santra 2023-08-02 11:32:36 -05:00 committed by GitHub
parent 283061368a
commit 56c20aaf51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,8 @@ Just run `./build_revanced <working-directory> (force/clean/experimental/checkon
Type=oneshot
User=<user>
Group=<group>
ExecStart=_JAVA_OPTIONS='-Xmx512m' <full-script-location> <full-working-directory-location>
Environment="_JAVA_OPTIONS=-Xmx512m"
ExecStart=<full-script-location> <full-working-directory-location>
```
```
/etc/systemd/system/revanced-builder.timer