summaryrefslogtreecommitdiffstats
path: root/lxc-docker/docker.service
blob: 1eca7ee190bacc418877e0677d49bf4e92a0e971 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Docker Daemon
After=network.target

[Service]
Type=simple
ExecStart=/usr/bin/docker -d

[Install]
WantedBy=multi-user.target