We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9565df6 commit 9547cb3Copy full SHA for 9547cb3
run-afs.sh
@@ -22,7 +22,7 @@ kstartret=1
22
while [ $kstartret -ne 0 ]; do
23
(
24
flock --exclusive 200
25
- k5start -f /etc/daemon.keytab -u daemon/sql.mit.edu -t -K 15m -l6h -b -p "$kstartpid" || exit 1
+ k5start -f /etc/daemon.keytab -u daemon/sql.mit.edu -t -K 15 -l 6h -b -p "$kstartpid" || exit 1
26
# If we get here, we're under both the lock and the k5start
27
28
# Get a list of all the mysql databases
0 commit comments