gentoo-ebuilds/app-containers/flannel/files/flanneld.service
Georgy Yakovlev d0c6d6dc08
Move {app-emulation -> app-containers}/flannel
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2021-12-20 01:05:05 -08:00

13 lines
476 B
Desktop File

[Unit]
Description=Flanneld overlay address etcd agent
After=network.target
Before=docker.service
[Service]
Type=notify
Environment=FLANNEL_ETCD=http://127.0.0.1:4001,http://127.0.0.1:2379 FLANNEL_ETCD_KEY=/coreos.com/network
ExecStart=/usr/bin/flanneld -etcd-endpoints=${FLANNEL_ETCD} -etcd-prefix=${FLANNEL_ETCD_KEY} $FLANNEL_OPTIONS
ExecStartPost=/usr/libexec/flannel/mk-docker-opts.sh -k DOCKER_NETWORK_OPTIONS -d /run/flannel/docker
[Install]
RequiredBy=docker.service