feature-21, ajoute de la gestion des subnets #24

Manually merged
nicolas.boufideline merged 44 commits from feature-21 into main 2026-04-26 14:16:57 +00:00
Showing only changes of commit 0f70b32076 - Show all commits

f-21: systemd: add agent systemd

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
GnomeZworc 2026-04-22 17:28:02 +02:00
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632

10
systemd/agent.service Normal file
View file

@ -0,0 +1,10 @@
[Unit]
Description=Agent service
After=network.target
[Service]
Type=simple
ExecStart=/opt/two/bin/agent
[Install]
WantedBy=multi-user.target