|
@@ -29,13 +29,14 @@ make test
|
|
```
|
|
```
|
|
|
|
|
|
## Installation
|
|
## Installation
|
|
|
|
+You can adjust the installation directory as you like but don't forget to adjust the `ExecStart` option in the service file. The location of the configuration file is the first parameter for the daemon so you can change it as well.
|
|
|
|
+Don't forget to create the files folder!!!
|
|
|
|
|
|
After building the program copy executable:
|
|
After building the program copy executable:
|
|
```
|
|
```
|
|
sudo cp bin/ccats /usr/bin
|
|
sudo cp bin/ccats /usr/bin
|
|
```
|
|
```
|
|
|
|
|
|
-
|
|
|
|
Copy service file:
|
|
Copy service file:
|
|
```
|
|
```
|
|
sudo cp ccats.service /etc/systemd/system/
|
|
sudo cp ccats.service /etc/systemd/system/
|