systemd backup rmps.conf & a minor build fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <pthread.h>
|
||||
#include <string.h>
|
||||
#include "job.h"
|
||||
#include "../protocol.h"
|
||||
#include "../src/protocol.h"
|
||||
#include "agent_ssl.h"
|
||||
|
||||
#define FAIL -1
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define JOB_H
|
||||
|
||||
#include "agent_ssl.h"
|
||||
#include "../protocol.h"
|
||||
#include "../src/protocol.h"
|
||||
|
||||
enum pthread_state { WAIT, WORK };
|
||||
enum job_slot_state { FREE, FULL };
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
./agent localhost 7000 /etc/rmps/certs/client_1/client.key /etc/rmps/certs/client_1/client.crt /etc/rmps/certs/ca.pem
|
||||
./agent localhost 7000 /etc/rmps/certs/client_1/client.key /etc/rmps/certs/client_1/client.crt /etc/rmps/certs/ca.crt
|
||||
|
||||
Reference in New Issue
Block a user