X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-virt%2Frecipes-connectivity%2Fetcd%2Ffiles%2Fetcd.service;fp=meta-starlingx%2Fmeta-stx-virt%2Frecipes-connectivity%2Fetcd%2Ffiles%2Fetcd.service;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=afe51ea61626ab14dd9b20c2e105cb8d02d00ebc;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-virt/recipes-connectivity/etcd/files/etcd.service b/meta-starlingx/meta-stx-virt/recipes-connectivity/etcd/files/etcd.service deleted file mode 100644 index afe51ea..0000000 --- a/meta-starlingx/meta-stx-virt/recipes-connectivity/etcd/files/etcd.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=Etcd Server -After=network.target -After=network-online.target -Wants=network-online.target - -[Service] -Type=notify -WorkingDirectory=/var/lib/etcd/ -EnvironmentFile=-/etc/etcd/etcd.conf -User=etcd -# set GOMAXPROCS to number of processors -ExecStart=/bin/bash -c "GOMAXPROCS=$(nproc) /usr/bin/etcd --name=\"${ETCD_NAME}\" --data-dir=\"${ETCD_DATA_DIR}\" --listen-client-urls=\"${ETCD_LISTEN_CLIENT_URLS}\"" -Restart=on-failure -LimitNOFILE=65536 - -[Install] -WantedBy=multi-user.target