systemctl 사용
2022. 3. 29. 23:33ㆍBackEnd
ubuntu 환경에서 사용가능
sudo systemctl status [프로그램 명] -> 프로그램 상태 확인
sudo systemctl restart [프로그램 명]
sudo systemctl stop [프로그램 명]
ex) sudo systemctl status postgresql
'BackEnd' 카테고리의 다른 글
flask 전역변수 사용 (0) | 2022.04.26 |
---|---|
도메인 추가 할 때 참고 하던 싸이트 (0) | 2022.04.04 |
python datetime.datetime => convert datetime to string (0) | 2022.03.26 |
currenttime() - 현재시간 함수화 (0) | 2022.03.25 |
REFERENCES 외래키 주기 (0) | 2022.03.24 |