summarylogtreecommitdiffstats
path: root/lsi_lsa.service
blob: b30da421575461484fe300a64c914875bd04d083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=LSI Storage Authority
Requires=openslp.service

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/opt/lsi/LSIStorageAuthority/bin/lsa_launcher.sh start
ExecStart=/opt/lsi/LSIStorageAuthority/bin/lsa_launcher.sh server_start
ExecReload=/opt/lsi/LSIStorageAuthority/bin/lsa_launcher.sh reload
ExecStop=/opt/lsi/LSIStorageAuthority/bin/lsa_launcher.sh stop
ExecStop=/opt/lsi/LSIStorageAuthority/bin/lsa_launcher.sh server_stop

[Install]
WantedBy=multi-user.target