mirror of
https://github.com/paulscherrerinstitute/sf_daq_broker.git
synced 2026-05-12 02:25:35 +02:00
17 lines
310 B
Desktop File
17 lines
310 B
Desktop File
[Unit]
|
|
Description=stream service to streamvis of {{ detector }}
|
|
|
|
[Service]
|
|
PermissionsStartOnly=true
|
|
Type=idle
|
|
User=root
|
|
ExecStart=/usr/bin/sh /home/dbe/service_scripts/{{ detector }}-stream2vis.sh
|
|
TimeoutStartSec=10
|
|
Restart=on-failure
|
|
RestartSec=2
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|