From: Philipp Klaus Date: Fri, 21 Jul 2017 15:17:17 +0000 (+0200) Subject: Deployment: New flow_meter.service file X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=03e66c381d57b25e9096dde32b16734a101e6291;p=mvd_epics.git Deployment: New flow_meter.service file --- diff --git a/deployment/flow_meter.service b/deployment/flow_meter.service new file mode 100644 index 0000000..a247e26 --- /dev/null +++ b/deployment/flow_meter.service @@ -0,0 +1,15 @@ +[Unit] +Description=EPICS IOC "FLOW_METER" +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.105" +WorkingDirectory=/home/scs/EPICS/IOCs/FLOW_METER/iocBoot/iocFLOW_METER +ExecStart=/usr/bin/procServ -n balzers_ioc -f 20105 /home/scs/EPICS/IOCs/FLOW_METER/iocBoot/iocFLOW_METER/st.cmd +Restart=on-abort + +[Install] +WantedBy=multi-user.target