mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-08-07 08:22:29 +02:00
15 lines
330 B
Desktop File
15 lines
330 B
Desktop File
[Unit]
|
|
Description={{ item.beamline_name }} Epics buffer
|
|
|
|
[Service]
|
|
User=root
|
|
TimeoutStartSec=2
|
|
ExecStart=/bin/bash ./home/dbe/service_scripts/sf.{{ item.beamline_name }}.epics_buffer.sh
|
|
ExecStop=/bin/bash docker stop sf.{{ item.beamline_name }}.epics_buffer
|
|
Restart=on-failure
|
|
RestartSec=4
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|