github.com/runcom/containerd@v0.0.0-20160708090337-9bff9f934c0d/hack/containerd.service (about)

     1  [Unit]
     2  Description=containerd
     3  Documentation=https://containerd.tools
     4  After=network.target
     5  
     6  [Service]
     7  ExecStart=/usr/local/bin/containerd
     8  Delegate=yes
     9  
    10  [Install]
    11  WantedBy=multi-user.target