54c1943ea2
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/iscsi-initiator-utils#a2e117b6ad237223d5d4ccc96f537ae6347890c5
8 lines
100 B
Bash
Executable File
8 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
case "$2" in
|
|
up|vpn-up)
|
|
/bin/systemctl --no-block reload iscsi.service || :
|
|
;;
|
|
esac
|