[Unit] Description=Redroid Docker Container and Network Bridge After=network.target docker.service Requires=docker.service [Service] Type=simple ExecStart=/home/ubuntu/start_redroid.sh Restart=on-failure RestartSec=10 User=root [Install] WantedBy=multi-user.target