You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
365 B
16 lines
365 B
[Unit]
|
|
Description=Fault Management REST API Service
|
|
After=nfscommon.service sw-patch.service syslog-ng.service
|
|
After=network-online.target systemd-udev-settle.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=yes
|
|
User=root
|
|
ExecStart=/etc/rc.d/init.d/fm-api start
|
|
ExecStop=/etc/rc.d/init.d/fm-api stop
|
|
PIDFile=/var/run/fm-api.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|