scottslowe-learning-tools/docker/swarm-etcd2-photon/docker.service
Scott Lowe 43ab5524a2
Reorganize repository contents
Move contents into new folder structure based on primary technology

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
2017-02-23 16:12:37 -07:00

11 lines
202 B
Desktop File

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