summaryrefslogtreecommitdiff
blob: ac7c3122dd7624d045cf92c630e26a83055cd2b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=eBUS daemon
After=network-online.target

[Service]
Type=forking
ExecStart=/usr/bin/ebusd ${EBUSD_OPTS}
Restart=always

[Install]
WantedBy=multi-user.target