Log In
rpms
/
iscsi-initiator-utils
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Blame SOURCES/04-iscsi
Branch:
1a76fd664fbd42377ef143dd56ade43ca07d11bd
c4
c5
c5-plus
c6
c6-plus
c7
c7-alt
c7-beta
c8
c8-beta
c8s
c9
c9-beta
1a76fd664fbd42377ef143dd56ade43ca07d11bd
SOURCES
04-iscsi
Blob
History
Raw
1a76fd
#!/bin/sh
1a76fd
1a76fd
case "$2" in
1a76fd
up|vpn-up)
1a76fd
/bin/systemctl --no-block reload iscsi.service || :
1a76fd
;;
1a76fd
esac