From b0e2c70c7165ad0d59a8b7723c94749a4c5a7182 Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Wed, 9 Dec 2020 11:31:17 +0000 Subject: [PATCH] contrib/systemd: add a sysusers entry This adds a sysusers.d file, in order to create a system user/group which matches the one used by the service unit. Ref: https://www.freedesktop.org/software/systemd/man/sysusers.d.html --- contrib/systemd/sysusers.d/20-etcd.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 contrib/systemd/sysusers.d/20-etcd.conf diff --git a/contrib/systemd/sysusers.d/20-etcd.conf b/contrib/systemd/sysusers.d/20-etcd.conf new file mode 100644 index 000000000..40f5a927f --- /dev/null +++ b/contrib/systemd/sysusers.d/20-etcd.conf @@ -0,0 +1,4 @@ +# etcd - https://github.com/etcd-io/etcd + +#Type Name ID GECOS Home +u etcd - "etcd user" /var/lib/etcd