diff options
Diffstat (limited to '')
-rw-r--r-- | test_container/behave-agent@.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test_container/behave-agent@.service b/test_container/behave-agent@.service new file mode 100644 index 0000000..eadc420 --- /dev/null +++ b/test_container/behave-agent@.service @@ -0,0 +1,9 @@ +[Unit] +Description=behave test agent +CollectMode=inactive-or-failed + +[Service] +ExecStart=/opt/behave_agent.py +StandardInput=socket +StandardOutput=socket +StandardError=journal |