]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
deployment: New opus20.service file
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Thu, 10 Aug 2017 12:27:26 +0000 (14:27 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Thu, 10 Aug 2017 12:41:52 +0000 (14:41 +0200)
deployment/opus20_ioc.service [new file with mode: 0644]

diff --git a/deployment/opus20_ioc.service b/deployment/opus20_ioc.service
new file mode 100644 (file)
index 0000000..181ea15
--- /dev/null
@@ -0,0 +1,15 @@
+[Unit]
+Description=EPICS IOC "LUFFT_OPUS20"
+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.107"
+WorkingDirectory=/home/scs/EPICS/IOCs/LUFFT_OPUS20
+ExecStart=/usr/bin/python3 ./lufft_opus20_ioc.py --sys CBM --sub MVD --esys OPUS20_CLEANROOM 192.168.10.161
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target