systemd scripts modified to use /usr/bin

This commit is contained in:
Dmitry Ozerov
2020-05-01 12:40:25 +02:00
committed by babic_a
parent eb87fcfa2f
commit e796e0f49d
7 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ Description=All UDP-buffer instances of JF07
[Service]
Type=oneshot
ExecStart=/usr/bin/sh /home/dbe/test/systemd/JF07-buffer-worker.sh
ExecStart=/usr/bin/sh /home/writer/git/sf_daq_buffer/scripts/JF07-buffer-worker.sh
RemainAfterExit=yes
[Install]