libvma/vma.service
Nicolas Morey ec8ca72f2d - Update to v9.8.60 (jsc#PED-11338 jsc#PED-11339)
- RM #3749337 Fix TCP keepAlive timer when set to -1
  - RM #3749310 Fix delayed TCP keepAlive probes
  - RM #3604029 Fix releasing ring flow
  - RM #3623373 Fix corruption during ring release
  - RM #3655436 Add full TCP_KEEPALIVE support
  - RM #3697720 Fixing socket destruction race
  - RM #1214066 Update some unsigned char -> uint32_t for table_id

OBS-URL: https://build.opensuse.org/package/show/science:HPC/libvma?expand=0&rev=37
2024-11-04 17:10:43 +00:00

32 lines
747 B
Desktop File

[Unit]
Description=VMA Monitoring Daemon
StopWhenUnneeded=no
DefaultDependencies=no
# Ensure required kernel modules are loaded before starting
Wants=rdma-load-modules@rdma.service
After=rdma-load-modules@rdma.service
# After basic RDMA hw setup.
After=rdma-hw.target
[Service]
# added automatically, for details please see
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true
ProtectKernelModules=true
ProtectKernelLogs=true
ProtectControlGroups=true
RestrictRealtime=true
# end of automatic additions
Type=simple
Restart=on-failure
ExecStart=/usr/sbin/vmad
[Install]
WantedBy=multi-user.target