mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
doc: Fix the systemd service
This commit is contained in:
parent
283061368a
commit
56c20aaf51
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue