Difference between revisions of "Restart"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
* [[Kubernetes restartPolicy]] | * [[Kubernetes restartPolicy]] | ||
* [[/lib/systemd/system/mariadb.service]] | * [[/lib/systemd/system/mariadb.service]] | ||
− | ** [[ | + | ** [[restart=on-abort]] |
== See also == | == See also == |
Latest revision as of 10:04, 18 December 2024
Restart ECS service[edit]
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[edit]
- Restart ecs services
- Kubernetes Pod Lifecycle
- Kubernetes restartPolicy
- /lib/systemd/system/mariadb.service
See also[edit]
Advertising: