EC2上でgoのAPIサーバーを落ちた時に自動再起動するようにしたいのですが、unixファイルがうまく動かないので質問させていただきます。
サービスを実行すると下記のようなエラーでます。
app.service - Automatic start server demon Loaded: loaded (/home/ec2-user/etc/systemd/system/app.service; enabled; vendor preset: disabled) Active: failed (Result: start-limit) since 木 2020-10-15 14:27:11 UTC; 11h ago Process: 23383 ExecStart=/home/ec2-user/cuee-user-bff/cuee-user-bff (code=exited, status=217/USER) Main PID: 23383 (code=exited, status=217/USER) 10月 15 14:27:11 ip-xxxxxxxxx.ap-northeast-1.compute.internal systemd[1]: app.service: main process exited, code=exited, status=217/USER 10月 15 14:27:11 ip-xxxxxxxxx.ap-northeast-1.compute.internal systemd[1]: Unit app.service entered failed state. 10月 15 14:27:11 ip-xxxxxxxxx.ap-northeast-1.compute.internal systemd[1]: app.service failed. 10月 15 14:27:11 ip-xxxxxxxxx.ap-northeast-1.compute.internal systemd[1]: app.service holdoff time over, scheduling restart. 10月 15 14:27:11 ip-xxxxxxxxx.ap-northeast-1.compute.internal systemd[1]: start request repeated too quickly for app.service 10月 15 14:27:11 ip-xxxxxxxxx.ap-northeast-1.compute.internal systemd[1]: Failed to start Automatic start server demon. 10月 15 14:27:11 ip-xxxxxxxxx.ap-northeast-1.compute.internal systemd[1]: Unit app.service entered failed state. 10月 15 14:27:11 ip-xxxxxxxxx.ap-northeast-1.compute.internal systemd[1]: app.service failed.
ExecStartでバイナリを実行しているという認識だったのですが、間違いないでしょうか?
etc/systemd/system/app.service
[Unit] Description=Automatic start server demon [Service] ExecStart=/home/ec2-user/cuee-user-bff/cuee-user-bff WorkingDirectory=/home/ec2-user/cuee-user-bff Restart=always Type=simple User=ubuntu [Install] WantedBy=multi-user.target
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/10/16 05:43
2020/10/16 06:13
2020/10/16 06:16
2020/10/16 06:33