mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-08-09 20:30:30 +02:00
12 lines
223 B
Desktop File
12 lines
223 B
Desktop File
[Unit]
|
|
Description=All dap workers for {{ detector }} detector
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/sh /home/dbe/service_scripts/{{ detector }}-dap_worker.sh
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|