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
@@ -8,7 +8,7 @@ BindsTo=JF07-buffer.service
PermissionsStartOnly=true
Type=idle
User=root
ExecStart=/usr/bin/sh /home/dbe/test/systemd/JF07-buffer-worker.sh %i
ExecStart=/usr/bin/sh /home/writer/git/sf_daq_buffer/scripts/JF07-buffer-worker.sh %i
TimeoutStartSec=10
RestartSec=10