diff options
| author | pengin.nu <37444014+penginnu@users.noreply.github.com> | 2018-09-08 17:10:47 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2018-09-08 17:10:47 +0900 |
| commit | 0e01fb5fc31f30c1075e0384bf38dfc345e9f161 (patch) | |
| tree | 742e96c74971a6d9d2ad3c249d0beb98e92069fc /docs | |
| parent | 8.32.0 (diff) | |
| download | sharkey-0e01fb5fc31f30c1075e0384bf38dfc345e9f161.tar.gz sharkey-0e01fb5fc31f30c1075e0384bf38dfc345e9f161.tar.bz2 sharkey-0e01fb5fc31f30c1075e0384bf38dfc345e9f161.zip | |
Update setup.ja.md (#2663)
Sudoに関する記述を追加
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setup.ja.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/setup.ja.md b/docs/setup.ja.md index 2758e6f231..609f3e9aa5 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -109,6 +109,7 @@ Restart=always [Install] WantedBy=multi-user.target ``` +CentOSで1024以下のポートを使用してMisskeyを使用する場合は`ExecStart=/usr/bin/sudo /usr/bin/npm start`に変更する必要があります。 3. `systemctl daemon-reload ; systemctl enable misskey` systemdを再読み込みしmisskeyサービスを有効化 4. `systemctl start misskey` misskeyサービスの起動 |