feature-21, ajoute de la gestion des subnets #24
1 changed files with 10 additions and 0 deletions
f-21: systemd: add agent systemd
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
commit
0f70b32076
10
systemd/agent.service
Normal file
10
systemd/agent.service
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue