Log In
rpms
/
iscsi-initiator-utils
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
46c2f0b5fe8f7d5d9a6b66b1f9d276e605370205
46c2f0b5fe8f7d5d9a6b66b1f9d276e605370205
SOURCES
04-iscsi
Fork and Edit
Blob
Blame
History
Raw
#!/bin/sh case "$2" in up|vpn-up) /bin/systemctl --no-block reload iscsi.service || : ;; esac