Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(zh_CN): Update install.md #1352

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update install.md
  • Loading branch information
Angelkawaii2 committed Dec 9, 2023
commit 6a13c56a2a53b42d283e94c290dc6370c75b58ea
2 changes: 1 addition & 1 deletion content/zh-cn/admin/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ cp /home/mastodon/live/dist/mastodon-*.service /etc/systemd/system/
$EDITOR /etc/systemd/system/mastodon-*.service
```

最后,启动并启用新的 systemd 服务:
最后,启动新的 systemd 服务并将 mastodon 的服务设为开机自动激活:

```sh
systemctl daemon-reload
Expand Down