forked from AkkomaGang/akkoma
Merge branch 'fix/release-docs-path-warning' into 'develop'
Add a warning about service files assuming installation paths See merge request pleroma/pleroma!1353
This commit is contained in:
commit
c82024adcb
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ su pleroma -s $SHELL -lc "./bin/pleroma stop"
|
||||||
## Setting up a system service
|
## Setting up a system service
|
||||||
OTP releases have different service files than from-source installs so they need to be copied over again.
|
OTP releases have different service files than from-source installs so they need to be copied over again.
|
||||||
|
|
||||||
|
**Warning:** The service files assume pleroma user's home directory is `/opt/pleroma`, please make sure all paths fit your installation.
|
||||||
|
|
||||||
Debian/Ubuntu:
|
Debian/Ubuntu:
|
||||||
```sh
|
```sh
|
||||||
# Copy the service into a proper directory
|
# Copy the service into a proper directory
|
||||||
|
|
Loading…
Reference in a new issue