2017-11-08 09:26:07 +00:00
|
|
|
[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]
|
2021-11-15 10:25:28 +00:00
|
|
|
# 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
|
2018-01-24 09:27:20 +00:00
|
|
|
Type=simple
|
|
|
|
Restart=on-failure
|
2017-11-08 09:26:07 +00:00
|
|
|
ExecStart=/usr/sbin/vmad
|
|
|
|
|
2018-01-24 09:27:20 +00:00
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|