Files
sf_daq_broker/operation-tools/templates/stream2vis.service
T
2023-01-30 11:30:27 +01:00

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