posaune
[projects.git] / eibd / eibd.service
diff --git a/eibd/eibd.service b/eibd/eibd.service
new file mode 100644 (file)
index 0000000..4aee24c
--- /dev/null
@@ -0,0 +1,17 @@
+[Unit]
+Description=EIB deamon
+After=network.target syslog.service
+
+[Service]
+EnvironmentFile=/etc/eibd
+#ExecStart=/usr/bin/eibd -iDTS -e $IND_ADDR tpuarts:$EIB_DEV
+ExecStart=/home/debian10/tmp/start
+KillMode=process
+#Restart=on-failure
+RestartPreventExitStatus=255
+Type=simple
+
+#[Install]
+#WantedBy=multi-user.target
+#Alias=sshd.service
+