Add Gentoo systemd unit

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2024-01-14 00:37:22 +01:00
parent 4397e142db
commit a9bb6cf862
+13
View File
@@ -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