f-21: systemd: add agent systemd

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-04-22 17:28:02 +02:00
commit 0f70b32076
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