Skip to content

Commit

Permalink
service: add systemd service for the IOC.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Oct 4, 2024
1 parent eb83b1e commit 2b6bc67
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions service/rffe-ioc@.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Unit]
Description=RFFE EPICS IOC %i

[Service]
User=iocs

MemoryAccounting=yes

Environment="RFFE_BASE_IP_ADDRESS=192.168.2.190"
WorkingDirectory=/opt/rffe-epics-ioc/iocBoot/iocBPMRFFEApp
ExecStart=/opt/rffe-epics-ioc/iocBoot/iocBPMRFFEApp/run.sh %i

0 comments on commit 2b6bc67

Please sign in to comment.