posaune
authorMichael Wagner <michael@wagnertech.de>
Wed, 2 Jun 2021 21:29:59 +0000 (23:29 +0200)
committerMichael Wagner <michael@wagnertech.de>
Wed, 2 Jun 2021 21:29:59 +0000 (23:29 +0200)
eibd/eibd.service [new file with mode: 0644]

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
+