systemd scripts (example) to run micro services: sf_buffer (udp receiver+writer to buffer) and sf_replay

This commit is contained in:
Dmitry Ozerov
2020-04-30 13:43:59 +02:00
parent 458b3f2200
commit bda6b6a27b
7 changed files with 103 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=All UDP-buffer instances of JF07
[Service]
Type=oneshot
ExecStart=/usr/bin/sh /home/dbe/test/systemd/JF07-buffer-worker.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target