mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
[Unit]
|
|
Description=eBUS daemon
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/ebusd ${EBUSD_OPTS}
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|