mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 02:14:36 +02:00
16 lines
285 B
Desktop File
16 lines
285 B
Desktop File
[Unit]
|
|
Description=stream service (to streamvis and live analysis) of JF01
|
|
|
|
[Service]
|
|
PermissionsStartOnly=true
|
|
Type=idle
|
|
User=root
|
|
ExecStart=/usr/bin/sh /home/dbe/service_scripts/JF01-stream.sh
|
|
TimeoutStartSec=10
|
|
Restart=on-failure
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|