4aee24c41c25fc294c347ecc9c429d33f3bf4196
[projects.git] / eibd / eibd.service
1 [Unit]
2 Description=EIB deamon
3 After=network.target syslog.service
4
5 [Service]
6 EnvironmentFile=/etc/eibd
7 #ExecStart=/usr/bin/eibd -iDTS -e $IND_ADDR tpuarts:$EIB_DEV
8 ExecStart=/home/debian10/tmp/start
9 KillMode=process
10 #Restart=on-failure
11 RestartPreventExitStatus=255
12 Type=simple
13
14 #[Install]
15 #WantedBy=multi-user.target
16 #Alias=sshd.service
17