]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
DAQ_SETTINGS deployment → .service file added
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Tue, 20 Aug 2019 15:33:54 +0000 (17:33 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Tue, 20 Aug 2019 15:33:54 +0000 (17:33 +0200)
deployment/daq_settings_ioc.service [new file with mode: 0644]

diff --git a/deployment/daq_settings_ioc.service b/deployment/daq_settings_ioc.service
new file mode 100644 (file)
index 0000000..5d41012
--- /dev/null
@@ -0,0 +1,15 @@
+[Unit]
+Description=EPICS IOC "DAQ_SETTINGS"
+After=network.target
+
+[Service]
+Type=simple
+User=scs
+EnvironmentFile=/home/scs/EPICS/env/epics_env_7.0.3.systemd
+Environment="EPICS_CAS_INTF_ADDR_LIST=192.168.10.109"
+WorkingDirectory=/home/scs/EPICS/IOCs/DAQ_SETTINGS/iocBoot/iocDAQ_SETTINGS
+ExecStart=/usr/bin/procServ -n daq_settings_ioc -f 20109 /home/scs/EPICS/IOCs/DAQ_SETTINGS/iocBoot/iocDAQ_SETTINGS/st.cmd
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target