Files
config/sysinv/ipsec-auth/files/ipsec-server.service
Manoel Benedito Neto bdf5bb4cc1 Setup debian build directory and ipsec-auth package
This commit adds debian build infrastructure for ipsec-auth package.
LICENSE, changelog and copyright files are added. The package is also
configured and created, containing the ipsec server systemd unit file.

Test plan:
PASS: Build ipsec-auth package successfully.
PASS: Full build, system install and deploy DC system w/ ipsec-auth
      package successfully included and installed.

Story: 2010940
Task: 49413

Co-Authored-By: Andy Ning <andy.ning@windriver.com>
Signed-off-by: Manoel Benedito Neto <manoel.beneditoneto@windriver.com>
Change-Id: I32fc624bda2177eb52bbeca8867ac0ad867b0fda
2024-01-26 09:46:14 -03:00

15 lines
290 B
Desktop File

[Unit]
Description=IPSec Authentication Service
After=network-online.target syslog-ng.service sysinv-api.service
[Service]
Type=simple
RemainAfterExit=yes
User=root
ExecStart=/usr/bin/ipsec-server
PIDFile=/var/run/ipsec-server.pid
TimeoutStartSec=10s
[Install]
WantedBy=multi-user.target