Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
ipw
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2014-11-05 19:29:31 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6299812d5290592f6417331ccb934d4c5a58626b
6299812d
1 parent
008e7030
Do not collect ipw instances on lockfile
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
ipw
ipw
View file @
6299812
...
...
@@ -22,6 +22,11 @@ DEFAULT_BONDING_MODE='balance-tlb'
modprobe bonding
if
lockfile-check /run/ipw;
then
eerror
'Another "ipw" instance is already running'
exit
-1
fi
trap
'lockfile-remove /run/ipw'
SIGINT SIGTERM SIGHUP SIGQUIT SIGALRM SIGILL SIGABRT SIGPIPE EXIT
lockfile-create /run/ipw
||
exit
...
...
Please
register
or
login
to post a comment