aboutsummaryrefslogtreecommitdiffstats
path: root/eibd/eibd.service
blob: 362bf8c1dbbe7b72084cf3acb421fe4349f9d466 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=EIB Daemon
After=network.target

[Service]
User=daemon
EnvironmentFile=/etc/conf.d/eibd.conf
ExecStart=/usr/bin/eibd $EIBD_OPTS
Restart=always

[Install]
WantedBy=multi-user.target