scottslowe-learning-tools/photon-ansible/docker.service
Scott Lowe b9324df45d Add new learning environment for Photon and Ansible
Add new learning environment for Photon and Ansible. Add Vagrantfile,
supporting files, Ansible playbook, and Ansible configuration file.
2016-01-09 21:54:26 -07:00

11 lines
194 B
Desktop File

[Unit]
Description=Docker Daemon
[Service]
ExecStart=/bin/docker -d -H fd:// -s overlay
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target