mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 12:48:36 -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
|
Type=oneshot
|
||||||
User=<user>
|
User=<user>
|
||||||
Group=<group>
|
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
|
/etc/systemd/system/revanced-builder.timer
|
||||||
|
|
Loading…
Reference in a new issue