From a9bb6cf862e077ab972f2ee3a6af5ab39ff0eb64 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Sun, 14 Jan 2024 00:37:22 +0100 Subject: [PATCH] Add Gentoo systemd unit Signed-off-by: Conrad Kostecki --- contrib/gentoo/systemd/ebusd.service | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contrib/gentoo/systemd/ebusd.service diff --git a/contrib/gentoo/systemd/ebusd.service b/contrib/gentoo/systemd/ebusd.service new file mode 100644 index 00000000..b66f4435 --- /dev/null +++ b/contrib/gentoo/systemd/ebusd.service @@ -0,0 +1,13 @@ +[Unit] +Description=eBUS daemon +After=network-online.target + +[Service] +Type=forking +User=ebusd +Group=ebusd +ExecStart=/usr/bin/ebusd ${EBUSD_OPTS} +Restart=always + +[Install] +WantedBy=multi-user.target