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.

16 lines
247 B

  1. [Unit]
  2. Description=etcd
  3. After=network.target
  4. [Service]
  5. Type=notify
  6. User=root
  7. EnvironmentFile=/etc/etcd-events.env
  8. ExecStart={{ bin_dir }}/etcd
  9. NotifyAccess=all
  10. Restart=always
  11. RestartSec=10s
  12. LimitNOFILE=40000
  13. [Install]
  14. WantedBy=multi-user.target