You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
268 B

9 years ago
  1. [Unit]
  2. Description=Flannel Network Overlay
  3. Documentation=https://coreos.com/flannel/docs/latest
  4. [Service]
  5. EnvironmentFile=/etc/network-environment
  6. ExecStart={{ bin_dir }}/flanneld \
  7. $FLANNEL_ETCD_PREFIX
  8. Restart=on-failure
  9. [Install]
  10. WantedBy=multi-user.target