Log In
rpms
/
iscsi-initiator-utils
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
b12556952f40cad69b1f41823d8e963e0b544996
b12556952f40cad69b1f41823d8e963e0b544996
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