mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-05-12 02:25:35 +02:00
12 lines
225 B
Desktop File
12 lines
225 B
Desktop File
[Unit]
|
|
Description=All UDP-buffer instances of {{ detector }}
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/sh /home/dbe/service_scripts/{{ detector }}-buffer-worker.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|