Difference between revisions of "Restart"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* [[Kubernetes Pod Lifecycle]] | * [[Kubernetes Pod Lifecycle]] | ||
* [[Kubernetes restartPolicy]] | * [[Kubernetes restartPolicy]] | ||
− | * [[Restart=on-abort]] | + | * [[/lib/systemd/system/mariadb.service]] |
+ | ** [[Restart=on-abort]] | ||
== See also == | == See also == |
Revision as of 10:04, 18 December 2024
Restart ECS service
aws ecs update-service --cluster your_cluster_name --service your_service-name --force-new-deployment
aws ecs update-service --cluster your_cluster_name --service your_service-name --desired-count 0
Related
- Restart ecs services
- Kubernetes Pod Lifecycle
- Kubernetes restartPolicy
- /lib/systemd/system/mariadb.service
See also
Advertising: