centos8 サーバー再起動後にコマンドを実行するには?
Q&A
Closed
nginx で 以下の設定をしている。
location ^~/gcp-storage/ {
proxy_pass https://storage.googleapis.com/hoge.com/;
}
すると
host not found in upstream "storage.googleapis.com" in /etc/nginx/conf.d/default.conf:53
というエラーが出て、サーバーを再起動後にnginxが実行されない。
そこで、centos8を再起動した後、自動で別コマンドとして
sudo systemctl restart nginx
をやりたいのですが、どのようにすれば上記コマンドを実行できるか
わかりません。
教えて下さい。宜しくおねがいします。
0