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