File: opa-fm.service

package info (click to toggle)
opa-fm 10.10.3.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 18,448 kB
  • sloc: ansic: 251,720; perl: 14,888; sh: 14,847; makefile: 4,001; exp: 1,106; xml: 905; cpp: 93
file content (15 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=OPA Fabric Manager
After=network.target

[Service]
User=root
Type=forking
ExecStart=/usr/lib/opa-fm/bin/opafmd -D
ExecStop=/usr/lib/opa-fm/bin/opafmd halt
ExecReload=/bin/kill -HUP $MAINPID
TimeoutStopSec=30
RestartSec=2

[Install]
WantedBy=multi-user.target