mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-20 21:54:36 +02:00
17 lines
387 B
Desktop File
17 lines
387 B
Desktop File
[Unit]
|
|
Description=JF06(4M mode) UDP2buffer worker instance as a service, instance %i
|
|
Requires=JF06_4M-buffer.service
|
|
Before=JF06_4M-buffer.service
|
|
BindsTo=JF06_4M-buffer.service
|
|
|
|
[Service]
|
|
PermissionsStartOnly=true
|
|
Type=idle
|
|
User=root
|
|
ExecStart=/usr/bin/sh /home/dbe/service_scripts/JF06_4M-buffer-worker.sh %i
|
|
TimeoutStartSec=10
|
|
RestartSec=1
|
|
|
|
[Install]
|
|
WantedBy=JF06_4M-buffer.service
|