From: Philipp Klaus Date: Thu, 10 Aug 2017 12:27:26 +0000 (+0200) Subject: deployment: New opus20.service file X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=0595612701892e42ea61d81f5cbdc99bcbf5245a;p=mvd_epics.git deployment: New opus20.service file --- diff --git a/deployment/opus20_ioc.service b/deployment/opus20_ioc.service new file mode 100644 index 0000000..181ea15 --- /dev/null +++ b/deployment/opus20_ioc.service @@ -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