mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 18:02:41 +02:00
34 lines
651 B
Markdown
34 lines
651 B
Markdown
---
|
|
description: Here are the systemd files that can be used to deploy the server and the agents.
|
|
---
|
|
# Using systemd
|
|
|
|
Here are the systemd files that can be used to deploy the server and the agents.
|
|
|
|
## Agent
|
|
|
|
```{literalinclude} ../../conf/default-argos-agent
|
|
---
|
|
caption: /etc/default/argos-agent
|
|
---
|
|
```
|
|
|
|
```{literalinclude} ../../conf/systemd-agent.service
|
|
---
|
|
caption: /etc/systemd/system/argos-agent.service
|
|
---
|
|
```
|
|
|
|
## Server
|
|
|
|
```{literalinclude} ../../conf/default-argos-server
|
|
---
|
|
caption: /etc/default/argos-server
|
|
---
|
|
```
|
|
|
|
```{literalinclude} ../../conf/systemd-server.service
|
|
---
|
|
caption: /etc/systemd/system/argos-server.service
|
|
---
|
|
```
|