#!/usr/bin/env bash
# docker daemon restart
systemctl restart docker > /var/log/docker-restart.log 2>&1
exit 0