Yanor.net/
Wiki
Blog
GitHub
Sandbox
開始行:
* サービスの起動・停止 systemctlコマンド [#l93f5961]
** サービスの起動・停止・再起動 [#rd9d016d]
systemctl start postgresql
systemctl stop postgresql
systemctl restart postgresql
systemctl reload postgresql
*** サービス名の指定 [#r092c2ce]
systemctl start postgresql.service
- サービス名(ここでは'''postgresql''')は略称になってお...
** 定義済みのサービスの一覧 [#j953bf91]
systemctl list-unit-files --type=service
** 起動中のサービスの一覧 [#zd39ffa2]
systemctl list-unit-files --type=service
- '''chkconfig -l'''
** 参考 [#n25ea284]
https://www.digitalocean.com/community/tutorials/how-to-u...
終了行:
* サービスの起動・停止 systemctlコマンド [#l93f5961]
** サービスの起動・停止・再起動 [#rd9d016d]
systemctl start postgresql
systemctl stop postgresql
systemctl restart postgresql
systemctl reload postgresql
*** サービス名の指定 [#r092c2ce]
systemctl start postgresql.service
- サービス名(ここでは'''postgresql''')は略称になってお...
** 定義済みのサービスの一覧 [#j953bf91]
systemctl list-unit-files --type=service
** 起動中のサービスの一覧 [#zd39ffa2]
systemctl list-unit-files --type=service
- '''chkconfig -l'''
** 参考 [#n25ea284]
https://www.digitalocean.com/community/tutorials/how-to-u...
ページ名: