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