projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ceb22
)
posaune
author
Michael Wagner
<michael@wagnertech.de>
Wed, 2 Jun 2021 21:29:59 +0000
(23:29 +0200)
committer
Michael Wagner
<michael@wagnertech.de>
Wed, 2 Jun 2021 21:29:59 +0000
(23:29 +0200)
eibd/eibd.service
[new file with mode: 0644]
patch
|
blob
diff --git a/eibd/eibd.service
b/eibd/eibd.service
new file mode 100644
(file)
index 0000000..
4aee24c
--- /dev/null
+++ b/
eibd/eibd.service
@@ -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
+