13 lines
522 B
Plaintext
13 lines
522 B
Plaintext
# /etc/conf.d/ebusd:
|
|
# config file for ebusd service.
|
|
|
|
# Options to pass to ebusd (run "ebusd -?" for more info):
|
|
EBUSD_OPTS="--scanconfig"
|
|
|
|
# MULTIPLE EBUSD INSTANCES WITH SYSTEMD
|
|
# In order to run muiltiple ebusd instances on a systemd enabled system, just
|
|
# copy the /usr/lib/systemd/system/ebusd.service file to /etc/systemd/system/
|
|
# with a different name (e.g. ebusd-2.service), remove the line starting with
|
|
# 'EnvironmentFile=', and replace the '$EBUSD_OPTS' with the options for that
|
|
# particular ebusd instance.
|