]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
deployment: hameg_ioc.service added
authorOle Artz <ole.artz@t-online.de>
Wed, 9 Aug 2017 13:41:53 +0000 (15:41 +0200)
committerOle Artz <ole.artz@t-online.de>
Wed, 9 Aug 2017 13:41:53 +0000 (15:41 +0200)
HAMEG_HMP4030/iocBoot/iocHAMEG_HMP4030/st.cmd [changed mode: 0644->0755]
deployment/hameg_ioc.service [new file with mode: 0644]

old mode 100644 (file)
new mode 100755 (executable)
diff --git a/deployment/hameg_ioc.service b/deployment/hameg_ioc.service
new file mode 100644 (file)
index 0000000..6ccdbd4
--- /dev/null
@@ -0,0 +1,16 @@
+[Unit]
+Description=EPICS IOC "HAMEG_HMP4030"
+After=network.target
+
+[Service]
+Type=simple
+User=scs
+EnvironmentFile=/home/scs/EPICS/env/epics_env.systemd
+Environment="EPICS_CAS_INTF_ADDR_LIST=192.168.10.106"
+WorkingDirectory=/home/scs/EPICS/IOCs/HAMEG_HMP4030/iocBoot/iocHAMEG_HMP4030
+ExecStart=/usr/bin/procServ -n hameg_ioc -f 20106 /home/scs/EPICS/IOCs/HAMEG_HMP4030/iocBoot/iocHAMEG_HMP4030/st.cmd
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target
+